#b3d7cd
a light, soft cyan · cool · closest name: silver
RGB
179, 215, 205
HSL
163°, 31%, 77%
CMYK
17, 0, 5, 16
Luminance
0.6259
Every format
| HEX | #b3d7cd |
| RGB | rgb(179, 215, 205) |
| HSL | hsl(163, 31%, 77%) |
| CMYK | cmyk(17%, 0%, 5%, 16%) |
| LAB | lab(83.2 -13.8 1.0) |
| LCH | lch(83.2 13.8 175.9) |
| OKLCH | oklch(0.850 0.041 176.6) |
Copy-ready code
/* CSS */
color: #b3d7cd;
background-color: #b3d7cd;
/* Tailwind (arbitrary) */
class="text-[#b3d7cd] bg-[#b3d7cd]"
/* SCSS */
$brand: #b3d7cd;
/* SwiftUI */
Color(red: 0.702, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#b3d7cd")Accessibility — WCAG contrast
Aa
#b3d7cd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d7cd on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green84.3%
Blue80.4%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#b3d7cd text on a black background
contrast 13.52:1
Card sample
#b3d7cd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d7cd;
Background color
Panel with #b3d7cd background
background-color: #b3d7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d7cd; background: linear-gradient(135deg, #b3d7cd, #B3C9D7);