#c9ebee
a pale, vivid cyan · cool · closest name: white
RGB
201, 235, 238
HSL
185°, 52%, 86%
CMYK
16, 1, 0, 7
Luminance
0.7801
Every format
| HEX | #c9ebee |
| RGB | rgb(201, 235, 238) |
| HSL | hsl(185, 52%, 86%) |
| CMYK | cmyk(16%, 1%, 0%, 7%) |
| LAB | lab(90.8 -10.4 -5.2) |
| LCH | lch(90.8 11.6 206.4) |
| OKLCH | oklch(0.917 0.036 203.1) |
Copy-ready code
/* CSS */
color: #c9ebee;
background-color: #c9ebee;
/* Tailwind (arbitrary) */
class="text-[#c9ebee] bg-[#c9ebee]"
/* SCSS */
$brand: #c9ebee;
/* SwiftUI */
Color(red: 0.788, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#c9ebee")Accessibility — WCAG contrast
Aa
#c9ebee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ebee on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c9ebee text on a black background
contrast 16.60:1
Card sample
#c9ebee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ebee;
Background color
Panel with #c9ebee background
background-color: #c9ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ebee; background: linear-gradient(135deg, #c9ebee, #C9D2EE);