#b5cddf
a light, soft blue · cool · closest name: silver
RGB
181, 205, 223
HSL
206°, 40%, 79%
CMYK
19, 8, 0, 13
Luminance
0.5881
Every format
| HEX | #b5cddf |
| RGB | rgb(181, 205, 223) |
| HSL | hsl(206, 40%, 79%) |
| CMYK | cmyk(19%, 8%, 0%, 13%) |
| LAB | lab(81.2 -4.3 -11.6) |
| LCH | lch(81.2 12.4 249.8) |
| OKLCH | oklch(0.836 0.036 240.4) |
Copy-ready code
/* CSS */
color: #b5cddf;
background-color: #b5cddf;
/* Tailwind (arbitrary) */
class="text-[#b5cddf] bg-[#b5cddf]"
/* SCSS */
$brand: #b5cddf;
/* SwiftUI */
Color(red: 0.710, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#b5cddf")Accessibility — WCAG contrast
Aa
#b5cddf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cddf on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b5cddf text on a black background
contrast 12.76:1
Card sample
#b5cddf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cddf;
Background color
Panel with #b5cddf background
background-color: #b5cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cddf; background: linear-gradient(135deg, #b5cddf, #B9B5DF);