#b8dfd3
a light, soft cyan · cool · closest name: silver
RGB
184, 223, 211
HSL
162°, 38%, 80%
CMYK
18, 0, 5, 13
Luminance
0.6767
Every format
| HEX | #b8dfd3 |
| RGB | rgb(184, 223, 211) |
| HSL | hsl(162, 38%, 80%) |
| CMYK | cmyk(18%, 0%, 5%, 13%) |
| LAB | lab(85.8 -15.1 1.6) |
| LCH | lch(85.8 15.2 173.8) |
| OKLCH | oklch(0.872 0.044 174.6) |
Copy-ready code
/* CSS */
color: #b8dfd3;
background-color: #b8dfd3;
/* Tailwind (arbitrary) */
class="text-[#b8dfd3] bg-[#b8dfd3]"
/* SCSS */
$brand: #b8dfd3;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#b8dfd3")Accessibility — WCAG contrast
Aa
#b8dfd3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfd3 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue82.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#b8dfd3 text on a black background
contrast 14.53:1
Card sample
#b8dfd3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfd3;
Background color
Panel with #b8dfd3 background
background-color: #b8dfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfd3; background: linear-gradient(135deg, #b8dfd3, #B8D1DF);