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