#b8f3e7
a light, vivid cyan · cool · closest name: beige
RGB
184, 243, 231
HSL
168°, 71%, 84%
CMYK
24, 0, 5, 5
Luminance
0.8006
Every format
| HEX | #b8f3e7 |
| RGB | rgb(184, 243, 231) |
| HSL | hsl(168, 71%, 84%) |
| CMYK | cmyk(24%, 0%, 5%, 5%) |
| LAB | lab(91.7 -21.0 -0.3) |
| LCH | lch(91.7 21.0 180.7) |
| OKLCH | oklch(0.921 0.062 181.0) |
Copy-ready code
/* CSS */
color: #b8f3e7;
background-color: #b8f3e7;
/* Tailwind (arbitrary) */
class="text-[#b8f3e7] bg-[#b8f3e7]"
/* SCSS */
$brand: #b8f3e7;
/* SwiftUI */
Color(red: 0.722, green: 0.953, blue: 0.906)
/* Android */
Color.parseColor("#b8f3e7")Accessibility — WCAG contrast
Aa
#b8f3e7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f3e7 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.3%
Blue90.6%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow4.9%
Key (black)4.7%
Color previews
#b8f3e7 text on a black background
contrast 17.01:1
Card sample
#b8f3e7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f3e7;
Background color
Panel with #b8f3e7 background
background-color: #b8f3e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f3e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 243, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 243, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f3e7; background: linear-gradient(135deg, #b8f3e7, #B8D8F3);