#b5cddb
a light, soft blue · cool · closest name: silver
RGB
181, 205, 219
HSL
202°, 35%, 78%
CMYK
17, 6, 0, 14
Luminance
0.5860
Every format
| HEX | #b5cddb |
| RGB | rgb(181, 205, 219) |
| HSL | hsl(202, 35%, 78%) |
| CMYK | cmyk(17%, 6%, 0%, 14%) |
| LAB | lab(81.1 -5.1 -9.7) |
| LCH | lch(81.1 10.9 242.0) |
| OKLCH | oklch(0.835 0.033 233.4) |
Copy-ready code
/* CSS */
color: #b5cddb;
background-color: #b5cddb;
/* Tailwind (arbitrary) */
class="text-[#b5cddb] bg-[#b5cddb]"
/* SCSS */
$brand: #b5cddb;
/* SwiftUI */
Color(red: 0.710, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#b5cddb")Accessibility — WCAG contrast
Aa
#b5cddb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cddb on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.4%
Blue85.9%
CMYK percentages
Cyan17.4%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b5cddb text on a black background
contrast 12.72:1
Card sample
#b5cddb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cddb;
Background color
Panel with #b5cddb background
background-color: #b5cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cddb; background: linear-gradient(135deg, #b5cddb, #B6B5DB);