#b7fceb
a pale, electric cyan · cool · closest name: aquamarine
RGB
183, 252, 235
HSL
165°, 92%, 85%
CMYK
27, 0, 7, 1
Luminance
0.8569
Every format
| HEX | #b7fceb |
| RGB | rgb(183, 252, 235) |
| HSL | hsl(165, 92%, 85%) |
| CMYK | cmyk(27%, 0%, 7%, 1%) |
| LAB | lab(94.2 -24.8 1.3) |
| LCH | lch(94.2 24.8 177.1) |
| OKLCH | oklch(0.941 0.072 177.7) |
Copy-ready code
/* CSS */
color: #b7fceb;
background-color: #b7fceb;
/* Tailwind (arbitrary) */
class="text-[#b7fceb] bg-[#b7fceb]"
/* SCSS */
$brand: #b7fceb;
/* SwiftUI */
Color(red: 0.718, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b7fceb")Accessibility — WCAG contrast
Aa
#b7fceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fceb on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b7fceb text on a black background
contrast 18.14:1
Card sample
#b7fceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fceb;
Background color
Panel with #b7fceb background
background-color: #b7fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fceb; background: linear-gradient(135deg, #b7fceb, #B7DFFC);