#9fe5ee
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 229, 238
HSL
187°, 70%, 78%
CMYK
33, 4, 0, 7
Luminance
0.6958
Every format
| HEX | #9fe5ee |
| RGB | rgb(159, 229, 238) |
| HSL | hsl(187, 70%, 78%) |
| CMYK | cmyk(33%, 4%, 0%, 7%) |
| LAB | lab(86.8 -19.6 -11.3) |
| LCH | lch(86.8 22.6 210.1) |
| OKLCH | oklch(0.879 0.071 206.0) |
Copy-ready code
/* CSS */
color: #9fe5ee;
background-color: #9fe5ee;
/* Tailwind (arbitrary) */
class="text-[#9fe5ee] bg-[#9fe5ee]"
/* SCSS */
$brand: #9fe5ee;
/* SwiftUI */
Color(red: 0.624, green: 0.898, blue: 0.933)
/* Android */
Color.parseColor("#9fe5ee")Accessibility — WCAG contrast
Aa
#9fe5ee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe5ee on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green89.8%
Blue93.3%
CMYK percentages
Cyan33.2%
Magenta3.8%
Yellow0.0%
Key (black)6.7%
Color previews
#9fe5ee text on a black background
contrast 14.92:1
Card sample
#9fe5ee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe5ee;
Background color
Panel with #9fe5ee background
background-color: #9fe5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 229, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 229, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe5ee; background: linear-gradient(135deg, #9fe5ee, #9FB0EE);