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