#b7dcd2
a light, soft cyan · cool · closest name: silver
RGB
183, 220, 210
HSL
164°, 35%, 79%
CMYK
17, 0, 5, 14
Luminance
0.6591
Every format
| HEX | #b7dcd2 |
| RGB | rgb(183, 220, 210) |
| HSL | hsl(164, 35%, 79%) |
| CMYK | cmyk(17%, 0%, 5%, 14%) |
| LAB | lab(85.0 -14.1 0.9) |
| LCH | lch(85.0 14.1 176.5) |
| OKLCH | oklch(0.865 0.041 177.1) |
Copy-ready code
/* CSS */
color: #b7dcd2;
background-color: #b7dcd2;
/* Tailwind (arbitrary) */
class="text-[#b7dcd2] bg-[#b7dcd2]"
/* SCSS */
$brand: #b7dcd2;
/* SwiftUI */
Color(red: 0.718, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#b7dcd2")Accessibility — WCAG contrast
Aa
#b7dcd2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dcd2 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green86.3%
Blue82.4%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#b7dcd2 text on a black background
contrast 14.18:1
Card sample
#b7dcd2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dcd2;
Background color
Panel with #b7dcd2 background
background-color: #b7dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dcd2; background: linear-gradient(135deg, #b7dcd2, #B7CDDC);