#b9d7cd
a light, soft cyan · cool · closest name: silver
RGB
185, 215, 205
HSL
160°, 27%, 78%
CMYK
14, 0, 5, 16
Luminance
0.6332
Every format
| HEX | #b9d7cd |
| RGB | rgb(185, 215, 205) |
| HSL | hsl(160, 27%, 78%) |
| CMYK | cmyk(14%, 0%, 5%, 16%) |
| LAB | lab(83.6 -11.9 1.6) |
| LCH | lch(83.6 12.0 172.4) |
| OKLCH | oklch(0.854 0.035 173.3) |
Copy-ready code
/* CSS */
color: #b9d7cd;
background-color: #b9d7cd;
/* Tailwind (arbitrary) */
class="text-[#b9d7cd] bg-[#b9d7cd]"
/* SCSS */
$brand: #b9d7cd;
/* SwiftUI */
Color(red: 0.725, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#b9d7cd")Accessibility — WCAG contrast
Aa
#b9d7cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9d7cd on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green84.3%
Blue80.4%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#b9d7cd text on a black background
contrast 13.66:1
Card sample
#b9d7cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9d7cd;
Background color
Panel with #b9d7cd background
background-color: #b9d7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9d7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9d7cd; background: linear-gradient(135deg, #b9d7cd, #B9CDD7);