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