#b3cceb
a light, vivid blue · cool · closest name: skyblue
RGB
179, 204, 235
HSL
213°, 58%, 81%
CMYK
24, 13, 0, 8
Luminance
0.5877
Every format
| HEX | #b3cceb |
| RGB | rgb(179, 204, 235) |
| HSL | hsl(213, 58%, 81%) |
| CMYK | cmyk(24%, 13%, 0%, 8%) |
| LAB | lab(81.2 -1.7 -18.1) |
| LCH | lch(81.2 18.2 264.6) |
| OKLCH | oklch(0.837 0.051 253.9) |
Copy-ready code
/* CSS */
color: #b3cceb;
background-color: #b3cceb;
/* Tailwind (arbitrary) */
class="text-[#b3cceb] bg-[#b3cceb]"
/* SCSS */
$brand: #b3cceb;
/* SwiftUI */
Color(red: 0.702, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#b3cceb")Accessibility — WCAG contrast
Aa
#b3cceb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cceb on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b3cceb text on a black background
contrast 12.75:1
Card sample
#b3cceb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cceb;
Background color
Panel with #b3cceb background
background-color: #b3cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cceb; background: linear-gradient(135deg, #b3cceb, #BFB3EB);