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