#b7f8f0
a light, electric cyan · cool · closest name: ivory
RGB
183, 248, 240
HSL
173°, 82%, 85%
CMYK
26, 0, 3, 3
Luminance
0.8349
Every format
| HEX | #b7f8f0 |
| RGB | rgb(183, 248, 240) |
| HSL | hsl(173, 82%, 85%) |
| CMYK | cmyk(26%, 0%, 3%, 3%) |
| LAB | lab(93.2 -21.8 -2.7) |
| LCH | lch(93.2 22.0 187.1) |
| OKLCH | oklch(0.933 0.066 186.7) |
Copy-ready code
/* CSS */
color: #b7f8f0;
background-color: #b7f8f0;
/* Tailwind (arbitrary) */
class="text-[#b7f8f0] bg-[#b7f8f0]"
/* SCSS */
$brand: #b7f8f0;
/* SwiftUI */
Color(red: 0.718, green: 0.973, blue: 0.941)
/* Android */
Color.parseColor("#b7f8f0")Accessibility — WCAG contrast
Aa
#b7f8f0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f8f0 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green97.3%
Blue94.1%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow3.2%
Key (black)2.7%
Color previews
#b7f8f0 text on a black background
contrast 17.70:1
Card sample
#b7f8f0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f8f0;
Background color
Panel with #b7f8f0 background
background-color: #b7f8f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f8f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 248, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 248, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f8f0; background: linear-gradient(135deg, #b7f8f0, #B7D5F8);