#b4ceeb
a light, vivid blue · cool · closest name: skyblue
RGB
180, 206, 235
HSL
212°, 58%, 81%
CMYK
23, 12, 0, 8
Luminance
0.5984
Every format
| HEX | #b4ceeb |
| RGB | rgb(180, 206, 235) |
| HSL | hsl(212, 58%, 81%) |
| CMYK | cmyk(23%, 12%, 0%, 8%) |
| LAB | lab(81.8 -2.5 -17.2) |
| LCH | lch(81.8 17.4 261.8) |
| OKLCH | oklch(0.842 0.050 251.3) |
Copy-ready code
/* CSS */
color: #b4ceeb;
background-color: #b4ceeb;
/* Tailwind (arbitrary) */
class="text-[#b4ceeb] bg-[#b4ceeb]"
/* SCSS */
$brand: #b4ceeb;
/* SwiftUI */
Color(red: 0.706, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#b4ceeb")Accessibility — WCAG contrast
Aa
#b4ceeb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ceeb on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.8%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b4ceeb text on a black background
contrast 12.97:1
Card sample
#b4ceeb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ceeb;
Background color
Panel with #b4ceeb background
background-color: #b4ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ceeb; background: linear-gradient(135deg, #b4ceeb, #BFB4EB);