#c8e2fd
a pale, electric blue · cool · closest name: lavender
RGB
200, 226, 253
HSL
211°, 93%, 89%
CMYK
21, 11, 0, 1
Luminance
0.7376
Every format
| HEX | #c8e2fd |
| RGB | rgb(200, 226, 253) |
| HSL | hsl(211, 93%, 89%) |
| CMYK | cmyk(21%, 11%, 0%, 1%) |
| LAB | lab(88.8 -3.0 -16.0) |
| LCH | lch(88.8 16.2 259.5) |
| OKLCH | oklch(0.902 0.046 249.3) |
Copy-ready code
/* CSS */
color: #c8e2fd;
background-color: #c8e2fd;
/* Tailwind (arbitrary) */
class="text-[#c8e2fd] bg-[#c8e2fd]"
/* SCSS */
$brand: #c8e2fd;
/* SwiftUI */
Color(red: 0.784, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#c8e2fd")Accessibility — WCAG contrast
Aa
#c8e2fd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e2fd on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green88.6%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c8e2fd text on a black background
contrast 15.75:1
Card sample
#c8e2fd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e2fd;
Background color
Panel with #c8e2fd background
background-color: #c8e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e2fd; background: linear-gradient(135deg, #c8e2fd, #D1C8FD);