#cacfea
a pale, soft blue · warm · closest name: lavender
RGB
202, 207, 234
HSL
231°, 43%, 86%
CMYK
14, 12, 0, 8
Luminance
0.6312
Every format
| HEX | #cacfea |
| RGB | rgb(202, 207, 234) |
| HSL | hsl(231, 43%, 86%) |
| CMYK | cmyk(14%, 12%, 0%, 8%) |
| LAB | lab(83.5 3.6 -13.9) |
| LCH | lch(83.5 14.3 284.6) |
| OKLCH | oklch(0.859 0.038 277.3) |
Copy-ready code
/* CSS */
color: #cacfea;
background-color: #cacfea;
/* Tailwind (arbitrary) */
class="text-[#cacfea] bg-[#cacfea]"
/* SCSS */
$brand: #cacfea;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.918)
/* Android */
Color.parseColor("#cacfea")Accessibility — WCAG contrast
Aa
#cacfea on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfea on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue91.8%
CMYK percentages
Cyan13.7%
Magenta11.5%
Yellow0.0%
Key (black)8.2%
Color previews
#cacfea text on a black background
contrast 13.62:1
Card sample
#cacfea text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfea;
Background color
Panel with #cacfea background
background-color: #cacfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfea; background: linear-gradient(135deg, #cacfea, #DACAEA);