#b3d2da
a light, soft cyan · cool · closest name: silver
RGB
179, 210, 218
HSL
192°, 35%, 78%
CMYK
18, 4, 0, 15
Luminance
0.6074
Every format
| HEX | #b3d2da |
| RGB | rgb(179, 210, 218) |
| HSL | hsl(192, 35%, 78%) |
| CMYK | cmyk(18%, 4%, 0%, 15%) |
| LAB | lab(82.2 -8.6 -7.4) |
| LCH | lch(82.2 11.3 220.8) |
| OKLCH | oklch(0.844 0.035 215.1) |
Copy-ready code
/* CSS */
color: #b3d2da;
background-color: #b3d2da;
/* Tailwind (arbitrary) */
class="text-[#b3d2da] bg-[#b3d2da]"
/* SCSS */
$brand: #b3d2da;
/* SwiftUI */
Color(red: 0.702, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#b3d2da")Accessibility — WCAG contrast
Aa
#b3d2da on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d2da on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.4%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#b3d2da text on a black background
contrast 13.15:1
Card sample
#b3d2da text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d2da;
Background color
Panel with #b3d2da background
background-color: #b3d2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d2da; background: linear-gradient(135deg, #b3d2da, #B3B8DA);