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