#b0cfda
a light, soft cyan · cool · closest name: silver
RGB
176, 207, 218
HSL
196°, 36%, 77%
CMYK
19, 5, 0, 15
Luminance
0.5892
Every format
| HEX | #b0cfda |
| RGB | rgb(176, 207, 218) |
| HSL | hsl(196, 36%, 77%) |
| CMYK | cmyk(19%, 5%, 0%, 15%) |
| LAB | lab(81.3 -8.0 -8.9) |
| LCH | lch(81.3 11.9 228.2) |
| OKLCH | oklch(0.835 0.036 221.3) |
Copy-ready code
/* CSS */
color: #b0cfda;
background-color: #b0cfda;
/* Tailwind (arbitrary) */
class="text-[#b0cfda] bg-[#b0cfda]"
/* SCSS */
$brand: #b0cfda;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#b0cfda")Accessibility — WCAG contrast
Aa
#b0cfda on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfda on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue85.5%
CMYK percentages
Cyan19.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b0cfda text on a black background
contrast 12.78:1
Card sample
#b0cfda text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfda;
Background color
Panel with #b0cfda background
background-color: #b0cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfda; background: linear-gradient(135deg, #b0cfda, #B0B3DA);