#cacfda
a light, soft blue · cool · closest name: silver
RGB
202, 207, 218
HSL
221°, 18%, 82%
CMYK
7, 5, 0, 15
Luminance
0.6224
Every format
| HEX | #cacfda |
| RGB | rgb(202, 207, 218) |
| HSL | hsl(221, 18%, 82%) |
| CMYK | cmyk(7%, 5%, 0%, 15%) |
| LAB | lab(83.0 0.4 -6.0) |
| LCH | lch(83.0 6.0 273.7) |
| OKLCH | oklch(0.854 0.016 266.3) |
Copy-ready code
/* CSS */
color: #cacfda;
background-color: #cacfda;
/* Tailwind (arbitrary) */
class="text-[#cacfda] bg-[#cacfda]"
/* SCSS */
$brand: #cacfda;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#cacfda")Accessibility — WCAG contrast
Aa
#cacfda on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfda on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cacfda text on a black background
contrast 13.45:1
Card sample
#cacfda text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfda;
Background color
Panel with #cacfda background
background-color: #cacfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfda; background: linear-gradient(135deg, #cacfda, #D0CADA);