#b5dcdf
a light, soft cyan · cool · closest name: silver
RGB
181, 220, 223
HSL
184°, 40%, 79%
CMYK
19, 1, 0, 13
Luminance
0.6634
Every format
| HEX | #b5dcdf |
| RGB | rgb(181, 220, 223) |
| HSL | hsl(184, 40%, 79%) |
| CMYK | cmyk(19%, 1%, 0%, 13%) |
| LAB | lab(85.2 -12.1 -5.7) |
| LCH | lch(85.2 13.3 205.3) |
| OKLCH | oklch(0.868 0.041 202.2) |
Copy-ready code
/* CSS */
color: #b5dcdf;
background-color: #b5dcdf;
/* Tailwind (arbitrary) */
class="text-[#b5dcdf] bg-[#b5dcdf]"
/* SCSS */
$brand: #b5dcdf;
/* SwiftUI */
Color(red: 0.710, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b5dcdf")Accessibility — WCAG contrast
Aa
#b5dcdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dcdf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green86.3%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b5dcdf text on a black background
contrast 14.27:1
Card sample
#b5dcdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dcdf;
Background color
Panel with #b5dcdf background
background-color: #b5dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dcdf; background: linear-gradient(135deg, #b5dcdf, #B5C0DF);