#b7fdee
a pale, electric cyan · cool · closest name: aquamarine
RGB
183, 253, 238
HSL
167°, 95%, 86%
CMYK
28, 0, 6, 1
Luminance
0.8649
Every format
| HEX | #b7fdee |
| RGB | rgb(183, 253, 238) |
| HSL | hsl(167, 95%, 86%) |
| CMYK | cmyk(28%, 0%, 6%, 1%) |
| LAB | lab(94.5 -24.7 0.2) |
| LCH | lch(94.5 24.7 179.5) |
| OKLCH | oklch(0.944 0.072 179.9) |
Copy-ready code
/* CSS */
color: #b7fdee;
background-color: #b7fdee;
/* Tailwind (arbitrary) */
class="text-[#b7fdee] bg-[#b7fdee]"
/* SCSS */
$brand: #b7fdee;
/* SwiftUI */
Color(red: 0.718, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#b7fdee")Accessibility — WCAG contrast
Aa
#b7fdee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fdee on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.2%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#b7fdee text on a black background
contrast 18.30:1
Card sample
#b7fdee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fdee;
Background color
Panel with #b7fdee background
background-color: #b7fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fdee; background: linear-gradient(135deg, #b7fdee, #B7DDFD);