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