#caccf3
a pale, vivid blue · warm · closest name: lavender
RGB
202, 204, 243
HSL
237°, 63%, 87%
CMYK
17, 16, 0, 5
Luminance
0.6221
Every format
| HEX | #caccf3 |
| RGB | rgb(202, 204, 243) |
| HSL | hsl(237, 63%, 87%) |
| CMYK | cmyk(17%, 16%, 0%, 5%) |
| LAB | lab(83.0 7.1 -19.4) |
| LCH | lch(83.0 20.6 290.1) |
| OKLCH | oklch(0.856 0.054 282.9) |
Copy-ready code
/* CSS */
color: #caccf3;
background-color: #caccf3;
/* Tailwind (arbitrary) */
class="text-[#caccf3] bg-[#caccf3]"
/* SCSS */
$brand: #caccf3;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.953)
/* Android */
Color.parseColor("#caccf3")Accessibility — WCAG contrast
Aa
#caccf3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccf3 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta16.0%
Yellow0.0%
Key (black)4.7%
Color previews
#caccf3 text on a black background
contrast 13.44:1
Card sample
#caccf3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccf3;
Background color
Panel with #caccf3 background
background-color: #caccf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccf3; background: linear-gradient(135deg, #caccf3, #E3CAF3);