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