#b3dbcf
a light, soft cyan · cool · closest name: silver
RGB
179, 219, 207
HSL
162°, 36%, 78%
CMYK
18, 0, 6, 14
Luminance
0.6475
Every format
| HEX | #b3dbcf |
| RGB | rgb(179, 219, 207) |
| HSL | hsl(162, 36%, 78%) |
| CMYK | cmyk(18%, 0%, 6%, 14%) |
| LAB | lab(84.3 -15.4 1.6) |
| LCH | lch(84.3 15.5 174.2) |
| OKLCH | oklch(0.859 0.045 175.0) |
Copy-ready code
/* CSS */
color: #b3dbcf;
background-color: #b3dbcf;
/* Tailwind (arbitrary) */
class="text-[#b3dbcf] bg-[#b3dbcf]"
/* SCSS */
$brand: #b3dbcf;
/* SwiftUI */
Color(red: 0.702, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#b3dbcf")Accessibility — WCAG contrast
Aa
#b3dbcf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dbcf on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green85.9%
Blue81.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#b3dbcf text on a black background
contrast 13.95:1
Card sample
#b3dbcf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dbcf;
Background color
Panel with #b3dbcf background
background-color: #b3dbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dbcf; background: linear-gradient(135deg, #b3dbcf, #B3CCDB);