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