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