#b7fdcd
a pale, electric green · cool · closest name: aquamarine
RGB
183, 253, 205
HSL
139°, 95%, 86%
CMYK
28, 0, 19, 1
Luminance
0.8473
Every format
| HEX | #b7fdcd |
| RGB | rgb(183, 253, 205) |
| HSL | hsl(139, 95%, 86%) |
| CMYK | cmyk(28%, 0%, 19%, 1%) |
| LAB | lab(93.8 -31.1 16.1) |
| LCH | lch(93.8 35.0 152.6) |
| OKLCH | oklch(0.935 0.095 154.3) |
Copy-ready code
/* CSS */
color: #b7fdcd;
background-color: #b7fdcd;
/* Tailwind (arbitrary) */
class="text-[#b7fdcd] bg-[#b7fdcd]"
/* SCSS */
$brand: #b7fdcd;
/* SwiftUI */
Color(red: 0.718, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#b7fdcd")Accessibility — WCAG contrast
Aa
#b7fdcd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fdcd on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.2%
Blue80.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#b7fdcd text on a black background
contrast 17.95:1
Card sample
#b7fdcd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fdcd;
Background color
Panel with #b7fdcd background
background-color: #b7fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fdcd; background: linear-gradient(135deg, #b7fdcd, #B7FDFC);