#b3cfdf
a light, soft blue · cool · closest name: silver
RGB
179, 207, 223
HSL
202°, 41%, 79%
CMYK
20, 7, 0, 13
Luminance
0.5954
Every format
| HEX | #b3cfdf |
| RGB | rgb(179, 207, 223) |
| HSL | hsl(202, 41%, 79%) |
| CMYK | cmyk(20%, 7%, 0%, 13%) |
| LAB | lab(81.6 -6.0 -11.0) |
| LCH | lch(81.6 12.5 241.7) |
| OKLCH | oklch(0.839 0.037 232.9) |
Copy-ready code
/* CSS */
color: #b3cfdf;
background-color: #b3cfdf;
/* Tailwind (arbitrary) */
class="text-[#b3cfdf] bg-[#b3cfdf]"
/* SCSS */
$brand: #b3cfdf;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#b3cfdf")Accessibility — WCAG contrast
Aa
#b3cfdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cfdf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b3cfdf text on a black background
contrast 12.91:1
Card sample
#b3cfdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cfdf;
Background color
Panel with #b3cfdf background
background-color: #b3cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cfdf; background: linear-gradient(135deg, #b3cfdf, #B4B3DF);