#caccfb
a pale, electric blue · warm · closest name: lavender
RGB
202, 204, 251
HSL
238°, 86%, 89%
CMYK
20, 19, 0, 2
Luminance
0.6271
Every format
| HEX | #caccfb |
| RGB | rgb(202, 204, 251) |
| HSL | hsl(238, 86%, 89%) |
| CMYK | cmyk(20%, 19%, 0%, 2%) |
| LAB | lab(83.3 8.8 -23.2) |
| LCH | lch(83.3 24.8 290.8) |
| OKLCH | oklch(0.859 0.065 283.0) |
Copy-ready code
/* CSS */
color: #caccfb;
background-color: #caccfb;
/* Tailwind (arbitrary) */
class="text-[#caccfb] bg-[#caccfb]"
/* SCSS */
$brand: #caccfb;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#caccfb")Accessibility — WCAG contrast
Aa
#caccfb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccfb on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue98.4%
CMYK percentages
Cyan19.5%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#caccfb text on a black background
contrast 13.54:1
Card sample
#caccfb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccfb;
Background color
Panel with #caccfb background
background-color: #caccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccfb; background: linear-gradient(135deg, #caccfb, #E9CAFB);