#b6cfdf
a light, soft blue · cool · closest name: silver
RGB
182, 207, 223
HSL
203°, 39%, 79%
CMYK
18, 7, 0, 13
Luminance
0.5990
Every format
| HEX | #b6cfdf |
| RGB | rgb(182, 207, 223) |
| HSL | hsl(203, 39%, 79%) |
| CMYK | cmyk(18%, 7%, 0%, 13%) |
| LAB | lab(81.8 -5.0 -10.7) |
| LCH | lch(81.8 11.8 244.9) |
| OKLCH | oklch(0.841 0.035 235.9) |
Copy-ready code
/* CSS */
color: #b6cfdf;
background-color: #b6cfdf;
/* Tailwind (arbitrary) */
class="text-[#b6cfdf] bg-[#b6cfdf]"
/* SCSS */
$brand: #b6cfdf;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#b6cfdf")Accessibility — WCAG contrast
Aa
#b6cfdf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cfdf on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b6cfdf text on a black background
contrast 12.98:1
Card sample
#b6cfdf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cfdf;
Background color
Panel with #b6cfdf background
background-color: #b6cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cfdf; background: linear-gradient(135deg, #b6cfdf, #B8B6DF);