HSL(151, 63%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,63%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 63%, 83%) | color: hsl(151, 63%, 83%) | |
| HEX | #B8EFD5 | color: #B8EFD5 | |
| RGB | rgb(184, 239, 213) | color: rgb(184, 239, 213) | |
| CMYK | cmyk(23%, 0%, 11%, 6%) | — | |
| HSV | hsv(152, 23%, 94%) | — | |
| HWB | hwb(152 72% 6%) | color: hwb(152 72% 6%) | |
| OKLCH | oklch(0.9072 0.0664 164.42) | color: oklch(0.9072 0.0664 164.42) | |
| Lab | lab(90.19 -22.62 6.9) | color: lab(90.19 -22.62 6.9) | |
| LCH | lch(90.19 23.65 163.04) | color: lch(90.19 23.65 163.04) |
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)
#D0D0DB — rgb(208, 208, 219)
Deuteranopia (Green-blind)
#CDC9DD — rgb(205, 201, 221)
Tritanopia (Blue-blind)
#BBE0E1 — rgb(187, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 63%, 83%);
text
color: hsl(151, 63%, 83%);
border
border: 2px solid hsl(151, 63%, 83%);
gradient light
background: linear-gradient(to right, hsl(151, 63%, 100%), hsl(151, 63%, 83%));
gradient dark
background: linear-gradient(to right, hsl(151, 63%, 83%), hsl(151, 63%, 63%))
hex
background-color: #B8EFD5;
tailwind
bg-[hsl(151,63%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 63%, 83%, 0.4);
css variable
--color-primary: hsl(151, 63%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 63%, 83%)?
HEX: #B8EFD5 | RGB: rgb(184, 239, 213) | CMYK: 23%, 0%, 11%, 6% | HSV: 152°, 23%, 94%. Copy any format from the conversion table above.
What colors go well with #B8EFD5?
The complementary color is HSL(331, 63%, 83%). 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, 63%, 83%) in CSS?
As HSL: color: hsl(151, 63%, 83%); — As HEX: color: #B8EFD5; — As RGB: color: rgb(184, 239, 213); — Tailwind CSS: bg-[hsl(151,63%,83%)] — CSS variable: --color-primary: hsl(151, 63%, 83%);