#b7fcdf
a pale, electric green · cool · closest name: aquamarine
RGB
183, 252, 223
HSL
155°, 92%, 85%
CMYK
27, 0, 12, 1
Luminance
0.8502
Every format
| HEX | #b7fcdf |
| RGB | rgb(183, 252, 223) |
| HSL | hsl(155, 92%, 85%) |
| CMYK | cmyk(27%, 0%, 12%, 1%) |
| LAB | lab(93.9 -27.2 7.0) |
| LCH | lch(93.9 28.1 165.5) |
| OKLCH | oklch(0.937 0.079 166.8) |
Copy-ready code
/* CSS */
color: #b7fcdf;
background-color: #b7fcdf;
/* Tailwind (arbitrary) */
class="text-[#b7fcdf] bg-[#b7fcdf]"
/* SCSS */
$brand: #b7fcdf;
/* SwiftUI */
Color(red: 0.718, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#b7fcdf")Accessibility — WCAG contrast
Aa
#b7fcdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fcdf on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#b7fcdf text on a black background
contrast 18.00:1
Card sample
#b7fcdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fcdf;
Background color
Panel with #b7fcdf background
background-color: #b7fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fcdf; background: linear-gradient(135deg, #b7fcdf, #B7EBFC);