#cdd2bf
a light, soft green · cool · closest name: silver
RGB
205, 210, 191
HSL
76°, 17%, 79%
CMYK
2, 0, 9, 18
Luminance
0.6283
Every format
| HEX | #cdd2bf |
| RGB | rgb(205, 210, 191) |
| HSL | hsl(76, 17%, 79%) |
| CMYK | cmyk(2%, 0%, 9%, 18%) |
| LAB | lab(83.3 -5.1 8.8) |
| LCH | lch(83.3 10.2 119.9) |
| OKLCH | oklch(0.855 0.026 119.0) |
Copy-ready code
/* CSS */
color: #cdd2bf;
background-color: #cdd2bf;
/* Tailwind (arbitrary) */
class="text-[#cdd2bf] bg-[#cdd2bf]"
/* SCSS */
$brand: #cdd2bf;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.749)
/* Android */
Color.parseColor("#cdd2bf")Accessibility — WCAG contrast
Aa
#cdd2bf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd2bf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue74.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow9.0%
Key (black)17.6%
Color previews
#cdd2bf text on a black background
contrast 13.57:1
Card sample
#cdd2bf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd2bf;
Background color
Panel with #cdd2bf background
background-color: #cdd2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd2bf; background: linear-gradient(135deg, #cdd2bf, #C0D2BF);