#b2cef3
a light, vivid blue · cool · closest name: skyblue
RGB
178, 206, 243
HSL
214°, 73%, 83%
CMYK
27, 15, 0, 5
Luminance
0.6008
Every format
| HEX | #b2cef3 |
| RGB | rgb(178, 206, 243) |
| HSL | hsl(214, 73%, 83%) |
| CMYK | cmyk(27%, 15%, 0%, 5%) |
| LAB | lab(81.9 -1.2 -21.3) |
| LCH | lch(81.9 21.3 266.7) |
| OKLCH | oklch(0.843 0.060 255.5) |
Copy-ready code
/* CSS */
color: #b2cef3;
background-color: #b2cef3;
/* Tailwind (arbitrary) */
class="text-[#b2cef3] bg-[#b2cef3]"
/* SCSS */
$brand: #b2cef3;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#b2cef3")Accessibility — WCAG contrast
Aa
#b2cef3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cef3 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue95.3%
CMYK percentages
Cyan26.7%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#b2cef3 text on a black background
contrast 13.02:1
Card sample
#b2cef3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cef3;
Background color
Panel with #b2cef3 background
background-color: #b2cef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cef3; background: linear-gradient(135deg, #b2cef3, #C1B2F3);