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