#b8cddf
a light, soft blue · cool · closest name: silver
RGB
184, 205, 223
HSL
208°, 38%, 80%
CMYK
18, 8, 0, 13
Luminance
0.5918
Every format
| HEX | #b8cddf |
| RGB | rgb(184, 205, 223) |
| HSL | hsl(208, 38%, 80%) |
| CMYK | cmyk(18%, 8%, 0%, 13%) |
| LAB | lab(81.4 -3.3 -11.3) |
| LCH | lch(81.4 11.8 253.5) |
| OKLCH | oklch(0.838 0.034 244.0) |
Copy-ready code
/* CSS */
color: #b8cddf;
background-color: #b8cddf;
/* Tailwind (arbitrary) */
class="text-[#b8cddf] bg-[#b8cddf]"
/* SCSS */
$brand: #b8cddf;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#b8cddf")Accessibility — WCAG contrast
Aa
#b8cddf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cddf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b8cddf text on a black background
contrast 12.84:1
Card sample
#b8cddf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cddf;
Background color
Panel with #b8cddf background
background-color: #b8cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cddf; background: linear-gradient(135deg, #b8cddf, #BDB8DF);