#b0cef0
a light, vivid blue · cool · closest name: skyblue
RGB
176, 206, 240
HSL
212°, 68%, 82%
CMYK
27, 14, 0, 6
Luminance
0.5966
Every format
| HEX | #b0cef0 |
| RGB | rgb(176, 206, 240) |
| HSL | hsl(212, 68%, 82%) |
| CMYK | cmyk(27%, 14%, 0%, 6%) |
| LAB | lab(81.7 -2.5 -20.0) |
| LCH | lch(81.7 20.2 262.9) |
| OKLCH | oklch(0.841 0.058 251.7) |
Copy-ready code
/* CSS */
color: #b0cef0;
background-color: #b0cef0;
/* Tailwind (arbitrary) */
class="text-[#b0cef0] bg-[#b0cef0]"
/* SCSS */
$brand: #b0cef0;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#b0cef0")Accessibility — WCAG contrast
Aa
#b0cef0 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cef0 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#b0cef0 text on a black background
contrast 12.93:1
Card sample
#b0cef0 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cef0;
Background color
Panel with #b0cef0 background
background-color: #b0cef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cef0; background: linear-gradient(135deg, #b0cef0, #BDB0F0);