#b7d2cd
a light, soft cyan · cool · closest name: silver
RGB
183, 210, 205
HSL
169°, 23%, 77%
CMYK
13, 0, 2, 18
Luminance
0.6057
Every format
| HEX | #b7d2cd |
| RGB | rgb(183, 210, 205) |
| HSL | hsl(169, 23%, 77%) |
| CMYK | cmyk(13%, 0%, 2%, 18%) |
| LAB | lab(82.2 -10.0 -0.6) |
| LCH | lch(82.2 10.0 183.3) |
| OKLCH | oklch(0.842 0.030 183.2) |
Copy-ready code
/* CSS */
color: #b7d2cd;
background-color: #b7d2cd;
/* Tailwind (arbitrary) */
class="text-[#b7d2cd] bg-[#b7d2cd]"
/* SCSS */
$brand: #b7d2cd;
/* SwiftUI */
Color(red: 0.718, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#b7d2cd")Accessibility — WCAG contrast
Aa
#b7d2cd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d2cd on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green82.4%
Blue80.4%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#b7d2cd text on a black background
contrast 13.11:1
Card sample
#b7d2cd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d2cd;
Background color
Panel with #b7d2cd background
background-color: #b7d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d2cd; background: linear-gradient(135deg, #b7d2cd, #B7C5D2);