#cacbee
a pale, vivid blue · warm · closest name: lavender
RGB
202, 203, 238
HSL
238°, 51%, 86%
CMYK
15, 15, 0, 7
Luminance
0.6144
Every format
| HEX | #cacbee |
| RGB | rgb(202, 203, 238) |
| HSL | hsl(238, 51%, 86%) |
| CMYK | cmyk(15%, 15%, 0%, 7%) |
| LAB | lab(82.6 6.6 -17.3) |
| LCH | lch(82.6 18.5 290.7) |
| OKLCH | oklch(0.853 0.048 284.0) |
Copy-ready code
/* CSS */
color: #cacbee;
background-color: #cacbee;
/* Tailwind (arbitrary) */
class="text-[#cacbee] bg-[#cacbee]"
/* SCSS */
$brand: #cacbee;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#cacbee")Accessibility — WCAG contrast
Aa
#cacbee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbee on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cacbee text on a black background
contrast 13.29:1
Card sample
#cacbee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbee;
Background color
Panel with #cacbee background
background-color: #cacbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbee; background: linear-gradient(135deg, #cacbee, #E1CAEE);