#c4eeff
a pale, electric cyan · cool · closest name: lavender
RGB
196, 238, 255
HSL
197°, 100%, 88%
CMYK
23, 7, 0, 0
Luminance
0.8010
Every format
| HEX | #c4eeff |
| RGB | rgb(196, 238, 255) |
| HSL | hsl(197, 100%, 88%) |
| CMYK | cmyk(23%, 7%, 0%, 0%) |
| LAB | lab(91.7 -9.9 -12.7) |
| LCH | lch(91.7 16.1 232.1) |
| OKLCH | oklch(0.925 0.049 224.4) |
Copy-ready code
/* CSS */
color: #c4eeff;
background-color: #c4eeff;
/* Tailwind (arbitrary) */
class="text-[#c4eeff] bg-[#c4eeff]"
/* SCSS */
$brand: #c4eeff;
/* SwiftUI */
Color(red: 0.769, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#c4eeff")Accessibility — WCAG contrast
Aa
#c4eeff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4eeff on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green93.3%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c4eeff text on a black background
contrast 17.02:1
Card sample
#c4eeff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4eeff;
Background color
Panel with #c4eeff background
background-color: #c4eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4eeff; background: linear-gradient(135deg, #c4eeff, #C4C7FF);