HSL(188, 47%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,47%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 47%, 28%) | color: hsl(188, 47%, 28%) | |
| HEX | #266069 | color: #266069 | |
| RGB | rgb(38, 96, 105) | color: rgb(38, 96, 105) | |
| CMYK | cmyk(64%, 9%, 0%, 59%) | — | |
| HSV | hsv(188, 64%, 41%) | — | |
| HWB | hwb(188 15% 59%) | color: hwb(188 15% 59%) | |
| OKLCH | oklch(0.4549 0.0613 209.13) | color: oklch(0.4549 0.0613 209.13) | |
| Lab | lab(37.48 -15.74 -10.76) | color: lab(37.48 -15.74 -10.76) | |
| LCH | lch(37.48 19.07 214.36) | color: lch(37.48 19.07 214.36) |
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)
#3F4067 — rgb(63, 64, 103)
Deuteranopia (Green-blind)
#3C3766 — rgb(60, 55, 102)
Tritanopia (Blue-blind)
#296565 — rgb(41, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 47%, 28%);
text
color: hsl(188, 47%, 28%);
border
border: 2px solid hsl(188, 47%, 28%);
gradient light
background: linear-gradient(to right, hsl(188, 47%, 48%), hsl(188, 47%, 28%));
gradient dark
background: linear-gradient(to right, hsl(188, 47%, 28%), hsl(188, 47%, 8%))
hex
background-color: #266069;
tailwind
bg-[hsl(188,47%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 47%, 28%, 0.4);
css variable
--color-primary: hsl(188, 47%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 47%, 28%)?
HEX: #266069 | RGB: rgb(38, 96, 105) | CMYK: 64%, 9%, 0%, 59% | HSV: 188°, 64%, 41%. Copy any format from the conversion table above.
What colors go well with #266069?
The complementary color is HSL(8, 47%, 28%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 47%, 28%) in CSS?
As HSL: color: hsl(188, 47%, 28%); — As HEX: color: #266069; — As RGB: color: rgb(38, 96, 105); — Tailwind CSS: bg-[hsl(188,47%,28%)] — CSS variable: --color-primary: hsl(188, 47%, 28%);