#9fe2fe
a light, electric cyan · cool · closest name: skyblue
RGB
159, 226, 254
HSL
198°, 98%, 81%
CMYK
37, 11, 0, 0
Luminance
0.6892
Every format
| HEX | #9fe2fe |
| RGB | rgb(159, 226, 254) |
| HSL | hsl(198, 98%, 81%) |
| CMYK | cmyk(37%, 11%, 0%, 0%) |
| LAB | lab(86.5 -14.2 -20.3) |
| LCH | lch(86.5 24.7 234.9) |
| OKLCH | oklch(0.878 0.077 225.9) |
Copy-ready code
/* CSS */
color: #9fe2fe;
background-color: #9fe2fe;
/* Tailwind (arbitrary) */
class="text-[#9fe2fe] bg-[#9fe2fe]"
/* SCSS */
$brand: #9fe2fe;
/* SwiftUI */
Color(red: 0.624, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#9fe2fe")Accessibility — WCAG contrast
Aa
#9fe2fe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe2fe on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green88.6%
Blue99.6%
CMYK percentages
Cyan37.4%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9fe2fe text on a black background
contrast 14.78:1
Card sample
#9fe2fe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe2fe;
Background color
Panel with #9fe2fe background
background-color: #9fe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe2fe; background: linear-gradient(135deg, #9fe2fe, #9FA3FE);