#b7d4cf
a light, soft cyan · cool · closest name: silver
RGB
183, 212, 207
HSL
170°, 25%, 78%
CMYK
14, 0, 2, 17
Luminance
0.6166
Every format
| HEX | #b7d4cf |
| RGB | rgb(183, 212, 207) |
| HSL | hsl(170, 25%, 78%) |
| CMYK | cmyk(14%, 0%, 2%, 17%) |
| LAB | lab(82.7 -10.6 -0.8) |
| LCH | lch(82.7 10.6 184.2) |
| OKLCH | oklch(0.847 0.032 184.0) |
Copy-ready code
/* CSS */
color: #b7d4cf;
background-color: #b7d4cf;
/* Tailwind (arbitrary) */
class="text-[#b7d4cf] bg-[#b7d4cf]"
/* SCSS */
$brand: #b7d4cf;
/* SwiftUI */
Color(red: 0.718, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#b7d4cf")Accessibility — WCAG contrast
Aa
#b7d4cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d4cf on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green83.1%
Blue81.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#b7d4cf text on a black background
contrast 13.33:1
Card sample
#b7d4cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d4cf;
Background color
Panel with #b7d4cf background
background-color: #b7d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d4cf; background: linear-gradient(135deg, #b7d4cf, #B7C6D4);