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