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