#b3d3cf
a light, soft cyan · cool · closest name: silver
RGB
179, 211, 207
HSL
173°, 27%, 77%
CMYK
15, 0, 2, 17
Luminance
0.6068
Every format
| HEX | #b3d3cf |
| RGB | rgb(179, 211, 207) |
| HSL | hsl(173, 27%, 77%) |
| CMYK | cmyk(15%, 0%, 2%, 17%) |
| LAB | lab(82.2 -11.4 -1.6) |
| LCH | lch(82.2 11.5 187.9) |
| OKLCH | oklch(0.842 0.035 187.3) |
Copy-ready code
/* CSS */
color: #b3d3cf;
background-color: #b3d3cf;
/* Tailwind (arbitrary) */
class="text-[#b3d3cf] bg-[#b3d3cf]"
/* SCSS */
$brand: #b3d3cf;
/* SwiftUI */
Color(red: 0.702, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#b3d3cf")Accessibility — WCAG contrast
Aa
#b3d3cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d3cf on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.7%
Blue81.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#b3d3cf text on a black background
contrast 13.14:1
Card sample
#b3d3cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d3cf;
Background color
Panel with #b3d3cf background
background-color: #b3d3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d3cf; background: linear-gradient(135deg, #b3d3cf, #B3C2D3);