#b8eedf
a light, vivid cyan · cool · closest name: beige
RGB
184, 238, 223
HSL
163°, 61%, 83%
CMYK
23, 0, 6, 7
Luminance
0.7667
Every format
| HEX | #b8eedf |
| RGB | rgb(184, 238, 223) |
| HSL | hsl(163, 61%, 83%) |
| CMYK | cmyk(23%, 0%, 6%, 7%) |
| LAB | lab(90.2 -20.2 1.6) |
| LCH | lch(90.2 20.2 175.3) |
| OKLCH | oklch(0.908 0.059 176.0) |
Copy-ready code
/* CSS */
color: #b8eedf;
background-color: #b8eedf;
/* Tailwind (arbitrary) */
class="text-[#b8eedf] bg-[#b8eedf]"
/* SCSS */
$brand: #b8eedf;
/* SwiftUI */
Color(red: 0.722, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#b8eedf")Accessibility — WCAG contrast
Aa
#b8eedf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8eedf on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green93.3%
Blue87.5%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#b8eedf text on a black background
contrast 16.33:1
Card sample
#b8eedf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8eedf;
Background color
Panel with #b8eedf background
background-color: #b8eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8eedf; background: linear-gradient(135deg, #b8eedf, #B8D9EE);