#9fd4eb
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 212, 235
HSL
198°, 66%, 77%
CMYK
32, 10, 0, 8
Luminance
0.6046
Every format
| HEX | #9fd4eb |
| RGB | rgb(159, 212, 235) |
| HSL | hsl(198, 66%, 77%) |
| CMYK | cmyk(32%, 10%, 0%, 8%) |
| LAB | lab(82.1 -11.7 -16.8) |
| LCH | lch(82.1 20.5 235.2) |
| OKLCH | oklch(0.841 0.063 226.5) |
Copy-ready code
/* CSS */
color: #9fd4eb;
background-color: #9fd4eb;
/* Tailwind (arbitrary) */
class="text-[#9fd4eb] bg-[#9fd4eb]"
/* SCSS */
$brand: #9fd4eb;
/* SwiftUI */
Color(red: 0.624, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#9fd4eb")Accessibility — WCAG contrast
Aa
#9fd4eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd4eb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green83.1%
Blue92.2%
CMYK percentages
Cyan32.3%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9fd4eb text on a black background
contrast 13.09:1
Card sample
#9fd4eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd4eb;
Background color
Panel with #9fd4eb background
background-color: #9fd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd4eb; background: linear-gradient(135deg, #9fd4eb, #9FA1EB);