#9fdff4
a light, electric cyan · cool · closest name: skyblue
RGB
159, 223, 244
HSL
195°, 79%, 79%
CMYK
35, 9, 0, 4
Luminance
0.6668
Every format
| HEX | #9fdff4 |
| RGB | rgb(159, 223, 244) |
| HSL | hsl(195, 79%, 79%) |
| CMYK | cmyk(35%, 9%, 0%, 4%) |
| LAB | lab(85.3 -15.1 -16.7) |
| LCH | lch(85.3 22.5 227.8) |
| OKLCH | oklch(0.868 0.071 220.3) |
Copy-ready code
/* CSS */
color: #9fdff4;
background-color: #9fdff4;
/* Tailwind (arbitrary) */
class="text-[#9fdff4] bg-[#9fdff4]"
/* SCSS */
$brand: #9fdff4;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#9fdff4")Accessibility — WCAG contrast
Aa
#9fdff4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdff4 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue95.7%
CMYK percentages
Cyan34.8%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#9fdff4 text on a black background
contrast 14.34:1
Card sample
#9fdff4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdff4;
Background color
Panel with #9fdff4 background
background-color: #9fdff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdff4; background: linear-gradient(135deg, #9fdff4, #9FA6F4);