#b5dfdd
a light, soft cyan · cool · closest name: silver
RGB
181, 223, 221
HSL
177°, 40%, 79%
CMYK
19, 0, 1, 13
Luminance
0.6782
Every format
| HEX | #b5dfdd |
| RGB | rgb(181, 223, 221) |
| HSL | hsl(177, 40%, 79%) |
| CMYK | cmyk(19%, 0%, 1%, 13%) |
| LAB | lab(85.9 -14.0 -3.5) |
| LCH | lch(85.9 14.4 194.2) |
| OKLCH | oklch(0.873 0.044 192.8) |
Copy-ready code
/* CSS */
color: #b5dfdd;
background-color: #b5dfdd;
/* Tailwind (arbitrary) */
class="text-[#b5dfdd] bg-[#b5dfdd]"
/* SCSS */
$brand: #b5dfdd;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.867)
/* Android */
Color.parseColor("#b5dfdd")Accessibility — WCAG contrast
Aa
#b5dfdd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfdd on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue86.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow0.9%
Key (black)12.5%
Color previews
#b5dfdd text on a black background
contrast 14.56:1
Card sample
#b5dfdd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfdd;
Background color
Panel with #b5dfdd background
background-color: #b5dfdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfdd; background: linear-gradient(135deg, #b5dfdd, #B5C5DF);