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