#b6d4df
a light, soft cyan · cool · closest name: silver
RGB
182, 212, 223
HSL
196°, 39%, 79%
CMYK
18, 5, 0, 13
Luminance
0.6236
Every format
| HEX | #b6d4df |
| RGB | rgb(182, 212, 223) |
| HSL | hsl(196, 39%, 79%) |
| CMYK | cmyk(18%, 5%, 0%, 13%) |
| LAB | lab(83.1 -7.6 -8.8) |
| LCH | lch(83.1 11.6 228.9) |
| OKLCH | oklch(0.851 0.035 222.0) |
Copy-ready code
/* CSS */
color: #b6d4df;
background-color: #b6d4df;
/* Tailwind (arbitrary) */
class="text-[#b6d4df] bg-[#b6d4df]"
/* SCSS */
$brand: #b6d4df;
/* SwiftUI */
Color(red: 0.714, green: 0.831, blue: 0.875)
/* Android */
Color.parseColor("#b6d4df")Accessibility — WCAG contrast
Aa
#b6d4df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6d4df on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green83.1%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta4.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b6d4df text on a black background
contrast 13.47:1
Card sample
#b6d4df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6d4df;
Background color
Panel with #b6d4df background
background-color: #b6d4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6d4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 212, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 212, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6d4df; background: linear-gradient(135deg, #b6d4df, #B6B9DF);