#9eebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
158, 235, 223
HSL
171°, 66%, 77%
CMYK
33, 0, 5, 8
Luminance
0.7201
Every format
| HEX | #9eebdf |
| RGB | rgb(158, 235, 223) |
| HSL | hsl(171, 66%, 77%) |
| CMYK | cmyk(33%, 0%, 5%, 8%) |
| LAB | lab(88.0 -26.2 -1.7) |
| LCH | lch(88.0 26.3 183.8) |
| OKLCH | oklch(0.887 0.078 183.7) |
Copy-ready code
/* CSS */
color: #9eebdf;
background-color: #9eebdf;
/* Tailwind (arbitrary) */
class="text-[#9eebdf] bg-[#9eebdf]"
/* SCSS */
$brand: #9eebdf;
/* SwiftUI */
Color(red: 0.620, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#9eebdf")Accessibility — WCAG contrast
Aa
#9eebdf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eebdf on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#9eebdf text on a black background
contrast 15.40:1
Card sample
#9eebdf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eebdf;
Background color
Panel with #9eebdf background
background-color: #9eebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eebdf; background: linear-gradient(135deg, #9eebdf, #9EC4EB);