#c8dfff
a pale, electric blue · cool · closest name: lavender
RGB
200, 223, 255
HSL
215°, 100%, 89%
CMYK
22, 13, 0, 0
Luminance
0.7227
Every format
| HEX | #c8dfff |
| RGB | rgb(200, 223, 255) |
| HSL | hsl(215, 100%, 89%) |
| CMYK | cmyk(22%, 13%, 0%, 0%) |
| LAB | lab(88.1 -1.0 -18.1) |
| LCH | lch(88.1 18.1 267.0) |
| OKLCH | oklch(0.897 0.051 256.7) |
Copy-ready code
/* CSS */
color: #c8dfff;
background-color: #c8dfff;
/* Tailwind (arbitrary) */
class="text-[#c8dfff] bg-[#c8dfff]"
/* SCSS */
$brand: #c8dfff;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#c8dfff")Accessibility — WCAG contrast
Aa
#c8dfff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfff on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c8dfff text on a black background
contrast 15.45:1
Card sample
#c8dfff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfff;
Background color
Panel with #c8dfff background
background-color: #c8dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfff; background: linear-gradient(135deg, #c8dfff, #D6C8FF);