#b6ceeb
a light, vivid blue · cool · closest name: lavender
RGB
182, 206, 235
HSL
213°, 57%, 82%
CMYK
23, 12, 0, 8
Luminance
0.6009
Every format
| HEX | #b6ceeb |
| RGB | rgb(182, 206, 235) |
| HSL | hsl(213, 57%, 82%) |
| CMYK | cmyk(23%, 12%, 0%, 8%) |
| LAB | lab(81.9 -1.9 -17.0) |
| LCH | lch(81.9 17.1 263.7) |
| OKLCH | oklch(0.843 0.048 253.3) |
Copy-ready code
/* CSS */
color: #b6ceeb;
background-color: #b6ceeb;
/* Tailwind (arbitrary) */
class="text-[#b6ceeb] bg-[#b6ceeb]"
/* SCSS */
$brand: #b6ceeb;
/* SwiftUI */
Color(red: 0.714, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#b6ceeb")Accessibility — WCAG contrast
Aa
#b6ceeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ceeb on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.8%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b6ceeb text on a black background
contrast 13.02:1
Card sample
#b6ceeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ceeb;
Background color
Panel with #b6ceeb background
background-color: #b6ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ceeb; background: linear-gradient(135deg, #b6ceeb, #C1B6EB);