#b7dfdb
a light, soft cyan · cool · closest name: silver
RGB
183, 223, 219
HSL
174°, 39%, 80%
CMYK
18, 0, 2, 13
Luminance
0.6796
Every format
| HEX | #b7dfdb |
| RGB | rgb(183, 223, 219) |
| HSL | hsl(174, 39%, 80%) |
| CMYK | cmyk(18%, 0%, 2%, 13%) |
| LAB | lab(86.0 -13.8 -2.4) |
| LCH | lch(86.0 14.0 189.8) |
| OKLCH | oklch(0.874 0.042 189.0) |
Copy-ready code
/* CSS */
color: #b7dfdb;
background-color: #b7dfdb;
/* Tailwind (arbitrary) */
class="text-[#b7dfdb] bg-[#b7dfdb]"
/* SCSS */
$brand: #b7dfdb;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#b7dfdb")Accessibility — WCAG contrast
Aa
#b7dfdb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfdb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue85.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow1.8%
Key (black)12.5%
Color previews
#b7dfdb text on a black background
contrast 14.59:1
Card sample
#b7dfdb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfdb;
Background color
Panel with #b7dfdb background
background-color: #b7dfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfdb; background: linear-gradient(135deg, #b7dfdb, #B7C8DF);