#9fe4eb
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 228, 235
HSL
186°, 66%, 77%
CMYK
32, 3, 0, 8
Luminance
0.6886
Every format
| HEX | #9fe4eb |
| RGB | rgb(159, 228, 235) |
| HSL | hsl(186, 66%, 77%) |
| CMYK | cmyk(32%, 3%, 0%, 8%) |
| LAB | lab(86.4 -19.8 -10.3) |
| LCH | lch(86.4 22.3 207.5) |
| OKLCH | oklch(0.875 0.069 203.9) |
Copy-ready code
/* CSS */
color: #9fe4eb;
background-color: #9fe4eb;
/* Tailwind (arbitrary) */
class="text-[#9fe4eb] bg-[#9fe4eb]"
/* SCSS */
$brand: #9fe4eb;
/* SwiftUI */
Color(red: 0.624, green: 0.894, blue: 0.922)
/* Android */
Color.parseColor("#9fe4eb")Accessibility — WCAG contrast
Aa
#9fe4eb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe4eb on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green89.4%
Blue92.2%
CMYK percentages
Cyan32.3%
Magenta3.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9fe4eb text on a black background
contrast 14.77:1
Card sample
#9fe4eb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe4eb;
Background color
Panel with #9fe4eb background
background-color: #9fe4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 228, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 228, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe4eb; background: linear-gradient(135deg, #9fe4eb, #9FB2EB);