#b3cfda
a light, soft cyan · cool · closest name: silver
RGB
179, 207, 218
HSL
197°, 35%, 78%
CMYK
18, 5, 0, 15
Luminance
0.5927
Every format
| HEX | #b3cfda |
| RGB | rgb(179, 207, 218) |
| HSL | hsl(197, 35%, 78%) |
| CMYK | cmyk(18%, 5%, 0%, 15%) |
| LAB | lab(81.4 -7.0 -8.6) |
| LCH | lch(81.4 11.1 230.7) |
| OKLCH | oklch(0.837 0.034 223.5) |
Copy-ready code
/* CSS */
color: #b3cfda;
background-color: #b3cfda;
/* Tailwind (arbitrary) */
class="text-[#b3cfda] bg-[#b3cfda]"
/* SCSS */
$brand: #b3cfda;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#b3cfda")Accessibility — WCAG contrast
Aa
#b3cfda on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cfda on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b3cfda text on a black background
contrast 12.85:1
Card sample
#b3cfda text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cfda;
Background color
Panel with #b3cfda background
background-color: #b3cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cfda; background: linear-gradient(135deg, #b3cfda, #B3B5DA);