#b3cada
a light, soft blue · cool · closest name: silver
RGB
179, 202, 218
HSL
205°, 35%, 78%
CMYK
18, 7, 0, 15
Luminance
0.5689
Every format
| HEX | #b3cada |
| RGB | rgb(179, 202, 218) |
| HSL | hsl(205, 35%, 78%) |
| CMYK | cmyk(18%, 7%, 0%, 15%) |
| LAB | lab(80.1 -4.4 -10.6) |
| LCH | lch(80.1 11.4 247.4) |
| OKLCH | oklch(0.827 0.034 238.2) |
Copy-ready code
/* CSS */
color: #b3cada;
background-color: #b3cada;
/* Tailwind (arbitrary) */
class="text-[#b3cada] bg-[#b3cada]"
/* SCSS */
$brand: #b3cada;
/* SwiftUI */
Color(red: 0.702, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#b3cada")Accessibility — WCAG contrast
Aa
#b3cada on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cada on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green79.2%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#b3cada text on a black background
contrast 12.38:1
Card sample
#b3cada text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cada;
Background color
Panel with #b3cada background
background-color: #b3cada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cada; background: linear-gradient(135deg, #b3cada, #B6B3DA);