#b1dfdf
a light, soft cyan · cool · closest name: silver
RGB
177, 223, 223
HSL
180°, 42%, 78%
CMYK
21, 0, 0, 13
Luminance
0.6745
Every format
| HEX | #b1dfdf |
| RGB | rgb(177, 223, 223) |
| HSL | hsl(180, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 0%, 13%) |
| LAB | lab(85.7 -14.8 -4.9) |
| LCH | lch(85.7 15.6 198.3) |
| OKLCH | oklch(0.871 0.048 196.3) |
Copy-ready code
/* CSS */
color: #b1dfdf;
background-color: #b1dfdf;
/* Tailwind (arbitrary) */
class="text-[#b1dfdf] bg-[#b1dfdf]"
/* SCSS */
$brand: #b1dfdf;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#b1dfdf")Accessibility — WCAG contrast
Aa
#b1dfdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dfdf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b1dfdf text on a black background
contrast 14.49:1
Card sample
#b1dfdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dfdf;
Background color
Panel with #b1dfdf background
background-color: #b1dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dfdf; background: linear-gradient(135deg, #b1dfdf, #B1C0DF);