#c4dcef
a pale, vivid blue · cool · closest name: lavender
RGB
196, 220, 239
HSL
207°, 57%, 85%
CMYK
18, 8, 0, 6
Luminance
0.6915
Every format
| HEX | #c4dcef |
| RGB | rgb(196, 220, 239) |
| HSL | hsl(207, 57%, 85%) |
| CMYK | cmyk(18%, 8%, 0%, 6%) |
| LAB | lab(86.6 -4.1 -12.0) |
| LCH | lch(86.6 12.6 251.2) |
| OKLCH | oklch(0.883 0.037 241.8) |
Copy-ready code
/* CSS */
color: #c4dcef;
background-color: #c4dcef;
/* Tailwind (arbitrary) */
class="text-[#c4dcef] bg-[#c4dcef]"
/* SCSS */
$brand: #c4dcef;
/* SwiftUI */
Color(red: 0.769, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c4dcef")Accessibility — WCAG contrast
Aa
#c4dcef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dcef on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green86.3%
Blue93.7%
CMYK percentages
Cyan18.0%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c4dcef text on a black background
contrast 14.83:1
Card sample
#c4dcef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dcef;
Background color
Panel with #c4dcef background
background-color: #c4dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dcef; background: linear-gradient(135deg, #c4dcef, #C9C4EF);