#b3cdf0
a light, vivid blue · cool · closest name: skyblue
RGB
179, 205, 240
HSL
214°, 67%, 82%
CMYK
25, 15, 0, 6
Luminance
0.5954
Every format
| HEX | #b3cdf0 |
| RGB | rgb(179, 205, 240) |
| HSL | hsl(214, 67%, 82%) |
| CMYK | cmyk(25%, 15%, 0%, 6%) |
| LAB | lab(81.6 -1.1 -20.1) |
| LCH | lch(81.6 20.1 266.9) |
| OKLCH | oklch(0.841 0.057 255.9) |
Copy-ready code
/* CSS */
color: #b3cdf0;
background-color: #b3cdf0;
/* Tailwind (arbitrary) */
class="text-[#b3cdf0] bg-[#b3cdf0]"
/* SCSS */
$brand: #b3cdf0;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#b3cdf0")Accessibility — WCAG contrast
Aa
#b3cdf0 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdf0 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue94.1%
CMYK percentages
Cyan25.4%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#b3cdf0 text on a black background
contrast 12.91:1
Card sample
#b3cdf0 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdf0;
Background color
Panel with #b3cdf0 background
background-color: #b3cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdf0; background: linear-gradient(135deg, #b3cdf0, #C2B3F0);