#9ceeee
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 238, 238
HSL
180°, 71%, 77%
CMYK
35, 0, 0, 7
Luminance
0.7439
Every format
| HEX | #9ceeee |
| RGB | rgb(156, 238, 238) |
| HSL | hsl(180, 71%, 77%) |
| CMYK | cmyk(35%, 0%, 0%, 7%) |
| LAB | lab(89.1 -24.8 -7.9) |
| LCH | lch(89.1 26.0 197.7) |
| OKLCH | oklch(0.897 0.080 195.8) |
Copy-ready code
/* CSS */
color: #9ceeee;
background-color: #9ceeee;
/* Tailwind (arbitrary) */
class="text-[#9ceeee] bg-[#9ceeee]"
/* SCSS */
$brand: #9ceeee;
/* SwiftUI */
Color(red: 0.612, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#9ceeee")Accessibility — WCAG contrast
Aa
#9ceeee on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceeee on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green93.3%
Blue93.3%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#9ceeee text on a black background
contrast 15.88:1
Card sample
#9ceeee text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceeee;
Background color
Panel with #9ceeee background
background-color: #9ceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceeee; background: linear-gradient(135deg, #9ceeee, #9CB7EE);