#b3c5eb
a light, vivid blue · cool · closest name: lavender
RGB
179, 197, 235
HSL
221°, 58%, 81%
CMYK
24, 16, 0, 8
Luminance
0.5551
Every format
| HEX | #b3c5eb |
| RGB | rgb(179, 197, 235) |
| HSL | hsl(221, 58%, 81%) |
| CMYK | cmyk(24%, 16%, 0%, 8%) |
| LAB | lab(79.3 2.0 -20.8) |
| LCH | lch(79.3 20.9 275.6) |
| OKLCH | oklch(0.823 0.057 265.2) |
Copy-ready code
/* CSS */
color: #b3c5eb;
background-color: #b3c5eb;
/* Tailwind (arbitrary) */
class="text-[#b3c5eb] bg-[#b3c5eb]"
/* SCSS */
$brand: #b3c5eb;
/* SwiftUI */
Color(red: 0.702, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#b3c5eb")Accessibility — WCAG contrast
Aa
#b3c5eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c5eb on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green77.3%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b3c5eb text on a black background
contrast 12.10:1
Card sample
#b3c5eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c5eb;
Background color
Panel with #b3c5eb background
background-color: #b3c5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c5eb; background: linear-gradient(135deg, #b3c5eb, #C6B3EB);