HSL(182, 30%, 25%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,30%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 30%, 25%) | color: hsl(182, 30%, 25%) | |
| HEX | #2D5253 | color: #2D5253 | |
| RGB | rgb(45, 82, 83) | color: rgb(45, 82, 83) | |
| CMYK | cmyk(46%, 1%, 0%, 67%) | — | |
| HSV | hsv(182, 46%, 33%) | — | |
| HWB | hwb(182 18% 67%) | color: hwb(182 18% 67%) | |
| OKLCH | oklch(0.4115 0.0425 197.87) | color: oklch(0.4115 0.0425 197.87) | |
| Lab | lab(32.29 -12.91 -4.74) | color: lab(32.29 -12.91 -4.74) | |
| LCH | lch(32.29 13.75 200.16) | color: lch(32.29 13.75 200.16) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#3D3D53 — rgb(61, 61, 83)
Deuteranopia (Green-blind)
#3B3853 — rgb(59, 56, 83)
Tritanopia (Blue-blind)
#2F5353 — rgb(47, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 30%, 25%);
text
color: hsl(182, 30%, 25%);
border
border: 2px solid hsl(182, 30%, 25%);
gradient light
background: linear-gradient(to right, hsl(182, 30%, 45%), hsl(182, 30%, 25%));
gradient dark
background: linear-gradient(to right, hsl(182, 30%, 25%), hsl(182, 30%, 5%))
hex
background-color: #2D5253;
tailwind
bg-[hsl(182,30%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 30%, 25%, 0.4);
css variable
--color-primary: hsl(182, 30%, 25%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 30%, 25%)?
HEX: #2D5253 | RGB: rgb(45, 82, 83) | CMYK: 46%, 1%, 0%, 67% | HSV: 182°, 46%, 33%. Copy any format from the conversion table above.
What colors go well with #2D5253?
The complementary color is HSL(2, 30%, 25%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 30%, 25%) in CSS?
As HSL: color: hsl(182, 30%, 25%); — As HEX: color: #2D5253; — As RGB: color: rgb(45, 82, 83); — Tailwind CSS: bg-[hsl(182,30%,25%)] — CSS variable: --color-primary: hsl(182, 30%, 25%);