#b6cef3
a light, vivid blue · cool · closest name: skyblue
RGB
182, 206, 243
HSL
216°, 72%, 83%
CMYK
25, 15, 0, 5
Luminance
0.6056
Every format
| HEX | #b6cef3 |
| RGB | rgb(182, 206, 243) |
| HSL | hsl(216, 72%, 83%) |
| CMYK | cmyk(25%, 15%, 0%, 5%) |
| LAB | lab(82.1 -0.1 -20.9) |
| LCH | lch(82.1 20.9 269.9) |
| OKLCH | oklch(0.846 0.058 259.0) |
Copy-ready code
/* CSS */
color: #b6cef3;
background-color: #b6cef3;
/* Tailwind (arbitrary) */
class="text-[#b6cef3] bg-[#b6cef3]"
/* SCSS */
$brand: #b6cef3;
/* SwiftUI */
Color(red: 0.714, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#b6cef3")Accessibility — WCAG contrast
Aa
#b6cef3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cef3 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.8%
Blue95.3%
CMYK percentages
Cyan25.1%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#b6cef3 text on a black background
contrast 13.11:1
Card sample
#b6cef3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cef3;
Background color
Panel with #b6cef3 background
background-color: #b6cef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cef3; background: linear-gradient(135deg, #b6cef3, #C7B6F3);