#b4cfee
a light, vivid blue · cool · closest name: skyblue
RGB
180, 207, 238
HSL
212°, 63%, 82%
CMYK
24, 13, 0, 7
Luminance
0.6050
Every format
| HEX | #b4cfee |
| RGB | rgb(180, 207, 238) |
| HSL | hsl(212, 63%, 82%) |
| CMYK | cmyk(24%, 13%, 0%, 7%) |
| LAB | lab(82.1 -2.3 -18.2) |
| LCH | lch(82.1 18.4 262.8) |
| OKLCH | oklch(0.845 0.052 252.0) |
Copy-ready code
/* CSS */
color: #b4cfee;
background-color: #b4cfee;
/* Tailwind (arbitrary) */
class="text-[#b4cfee] bg-[#b4cfee]"
/* SCSS */
$brand: #b4cfee;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#b4cfee")Accessibility — WCAG contrast
Aa
#b4cfee on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfee on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#b4cfee text on a black background
contrast 13.10:1
Card sample
#b4cfee text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfee;
Background color
Panel with #b4cfee background
background-color: #b4cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfee; background: linear-gradient(135deg, #b4cfee, #C0B4EE);