#cacfee
a pale, vivid blue · warm · closest name: lavender
RGB
202, 207, 238
HSL
232°, 51%, 86%
CMYK
15, 13, 0, 7
Luminance
0.6336
Every format
| HEX | #cacfee |
| RGB | rgb(202, 207, 238) |
| HSL | hsl(232, 51%, 86%) |
| CMYK | cmyk(15%, 13%, 0%, 7%) |
| LAB | lab(83.6 4.4 -15.8) |
| LCH | lch(83.6 16.4 285.7) |
| OKLCH | oklch(0.861 0.043 278.2) |
Copy-ready code
/* CSS */
color: #cacfee;
background-color: #cacfee;
/* Tailwind (arbitrary) */
class="text-[#cacfee] bg-[#cacfee]"
/* SCSS */
$brand: #cacfee;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#cacfee")Accessibility — WCAG contrast
Aa
#cacfee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfee on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cacfee text on a black background
contrast 13.67:1
Card sample
#cacfee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfee;
Background color
Panel with #cacfee background
background-color: #cacfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfee; background: linear-gradient(135deg, #cacfee, #DDCAEE);