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