#c9ebff
a pale, electric blue · cool · closest name: lavender
RGB
201, 235, 255
HSL
202°, 100%, 89%
CMYK
21, 8, 0, 0
Luminance
0.7905
Every format
| HEX | #c9ebff |
| RGB | rgb(201, 235, 255) |
| HSL | hsl(202, 100%, 89%) |
| CMYK | cmyk(21%, 8%, 0%, 0%) |
| LAB | lab(91.3 -6.9 -13.3) |
| LCH | lch(91.3 15.0 242.8) |
| OKLCH | oklch(0.922 0.045 233.8) |
Copy-ready code
/* CSS */
color: #c9ebff;
background-color: #c9ebff;
/* Tailwind (arbitrary) */
class="text-[#c9ebff] bg-[#c9ebff]"
/* SCSS */
$brand: #c9ebff;
/* SwiftUI */
Color(red: 0.788, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#c9ebff")Accessibility — WCAG contrast
Aa
#c9ebff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ebff on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.2%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c9ebff text on a black background
contrast 16.81:1
Card sample
#c9ebff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ebff;
Background color
Panel with #c9ebff background
background-color: #c9ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ebff; background: linear-gradient(135deg, #c9ebff, #CBC9FF);