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