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