HSL(151, 26%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,26%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 26%, 54%) | color: hsl(151, 26%, 54%) | |
| HEX | #6BA88B | color: #6BA88B | |
| RGB | rgb(107, 168, 139) | color: rgb(107, 168, 139) | |
| CMYK | cmyk(36%, 0%, 17%, 34%) | — | |
| HSV | hsv(151, 36%, 66%) | — | |
| HWB | hwb(151 42% 34%) | color: hwb(151 42% 34%) | |
| OKLCH | oklch(0.6815 0.077 162.87) | color: oklch(0.6815 0.077 162.87) | |
| Lab | lab(64.16 -26.32 8.8) | color: lab(64.16 -26.32 8.8) | |
| LCH | lch(64.16 27.75 161.51) | color: lch(64.16 27.75 161.51) |
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)
#858692 — rgb(133, 134, 146)
Deuteranopia (Green-blind)
#827D94 — rgb(130, 125, 148)
Tritanopia (Blue-blind)
#6E9899 — rgb(110, 152, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 26%, 54%);
text
color: hsl(151, 26%, 54%);
border
border: 2px solid hsl(151, 26%, 54%);
gradient light
background: linear-gradient(to right, hsl(151, 26%, 74%), hsl(151, 26%, 54%));
gradient dark
background: linear-gradient(to right, hsl(151, 26%, 54%), hsl(151, 26%, 34%))
hex
background-color: #6BA88B;
tailwind
bg-[hsl(151,26%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 26%, 54%, 0.4);
css variable
--color-primary: hsl(151, 26%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 26%, 54%)?
HEX: #6BA88B | RGB: rgb(107, 168, 139) | CMYK: 36%, 0%, 17%, 34% | HSV: 151°, 36%, 66%. Copy any format from the conversion table above.
What colors go well with #6BA88B?
The complementary color is HSL(331, 26%, 54%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 26%, 54%) in CSS?
As HSL: color: hsl(151, 26%, 54%); — As HEX: color: #6BA88B; — As RGB: color: rgb(107, 168, 139); — Tailwind CSS: bg-[hsl(151,26%,54%)] — CSS variable: --color-primary: hsl(151, 26%, 54%);