#cacafe
a pale, electric blue · warm · closest name: lavender
RGB
202, 202, 254
HSL
240°, 96%, 89%
CMYK
21, 21, 0, 0
Luminance
0.6195
Every format
| HEX | #cacafe |
| RGB | rgb(202, 202, 254) |
| HSL | hsl(240, 96%, 89%) |
| CMYK | cmyk(21%, 21%, 0%, 0%) |
| LAB | lab(82.9 10.5 -25.4) |
| LCH | lch(82.9 27.5 292.5) |
| OKLCH | oklch(0.856 0.072 284.8) |
Copy-ready code
/* CSS */
color: #cacafe;
background-color: #cacafe;
/* Tailwind (arbitrary) */
class="text-[#cacafe] bg-[#cacafe]"
/* SCSS */
$brand: #cacafe;
/* SwiftUI */
Color(red: 0.792, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#cacafe")Accessibility — WCAG contrast
Aa
#cacafe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacafe on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.2%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cacafe text on a black background
contrast 13.39:1
Card sample
#cacafe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacafe;
Background color
Panel with #cacafe background
background-color: #cacafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacafe; background: linear-gradient(135deg, #cacafe, #EDCAFE);