#cbdfda
a light, soft cyan · cool · closest name: silver
RGB
203, 223, 218
HSL
165°, 24%, 84%
CMYK
9, 0, 2, 13
Luminance
0.7053
Every format
| HEX | #cbdfda |
| RGB | rgb(203, 223, 218) |
| HSL | hsl(165, 24%, 84%) |
| CMYK | cmyk(9%, 0%, 2%, 13%) |
| LAB | lab(87.3 -7.6 0.2) |
| LCH | lch(87.3 7.6 178.7) |
| OKLCH | oklch(0.887 0.022 179.1) |
Copy-ready code
/* CSS */
color: #cbdfda;
background-color: #cbdfda;
/* Tailwind (arbitrary) */
class="text-[#cbdfda] bg-[#cbdfda]"
/* SCSS */
$brand: #cbdfda;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#cbdfda")Accessibility — WCAG contrast
Aa
#cbdfda on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdfda on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue85.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#cbdfda text on a black background
contrast 15.11:1
Card sample
#cbdfda text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdfda;
Background color
Panel with #cbdfda background
background-color: #cbdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdfda; background: linear-gradient(135deg, #cbdfda, #CBD7DF);