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