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