HSL(154, 21%, 48%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,21%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 21%, 48%) | color: hsl(154, 21%, 48%) | |
| HEX | #61947E | color: #61947E | |
| RGB | rgb(97, 148, 126) | color: rgb(97, 148, 126) | |
| CMYK | cmyk(34%, 0%, 15%, 42%) | — | |
| HSV | hsv(154, 34%, 58%) | — | |
| HWB | hwb(154 38% 42%) | color: hwb(154 38% 42%) | |
| OKLCH | oklch(0.6238 0.0644 165.5) | color: oklch(0.6238 0.0644 165.5) | |
| Lab | lab(57.3 -22.12 6.25) | color: lab(57.3 -22.12 6.25) | |
| LCH | lch(57.3 22.99 164.22) | color: lch(57.3 22.99 164.22) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#777883 — rgb(119, 120, 131)
Deuteranopia (Green-blind)
#747085 — rgb(116, 112, 133)
Tritanopia (Blue-blind)
#648888 — rgb(100, 136, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 21%, 48%);
text
color: hsl(154, 21%, 48%);
border
border: 2px solid hsl(154, 21%, 48%);
gradient light
background: linear-gradient(to right, hsl(154, 21%, 68%), hsl(154, 21%, 48%));
gradient dark
background: linear-gradient(to right, hsl(154, 21%, 48%), hsl(154, 21%, 28%))
hex
background-color: #61947E;
tailwind
bg-[hsl(154,21%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 21%, 48%, 0.4);
css variable
--color-primary: hsl(154, 21%, 48%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 21%, 48%)?
HEX: #61947E | RGB: rgb(97, 148, 126) | CMYK: 34%, 0%, 15%, 42% | HSV: 154°, 34%, 58%. Copy any format from the conversion table above.
What colors go well with #61947E?
The complementary color is HSL(334, 21%, 48%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 21%, 48%) in CSS?
As HSL: color: hsl(154, 21%, 48%); — As HEX: color: #61947E; — As RGB: color: rgb(97, 148, 126); — Tailwind CSS: bg-[hsl(154,21%,48%)] — CSS variable: --color-primary: hsl(154, 21%, 48%);