#b7f0eb
a light, vivid cyan · cool · closest name: white
RGB
183, 240, 235
HSL
175°, 66%, 83%
CMYK
24, 0, 2, 6
Luminance
0.7839
Every format
| HEX | #b7f0eb |
| RGB | rgb(183, 240, 235) |
| HSL | hsl(175, 66%, 83%) |
| CMYK | cmyk(24%, 0%, 2%, 6%) |
| LAB | lab(91.0 -19.0 -3.5) |
| LCH | lch(91.0 19.3 190.4) |
| OKLCH | oklch(0.915 0.058 189.5) |
Copy-ready code
/* CSS */
color: #b7f0eb;
background-color: #b7f0eb;
/* Tailwind (arbitrary) */
class="text-[#b7f0eb] bg-[#b7f0eb]"
/* SCSS */
$brand: #b7f0eb;
/* SwiftUI */
Color(red: 0.718, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#b7f0eb")Accessibility — WCAG contrast
Aa
#b7f0eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f0eb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green94.1%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#b7f0eb text on a black background
contrast 16.68:1
Card sample
#b7f0eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f0eb;
Background color
Panel with #b7f0eb background
background-color: #b7f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f0eb; background: linear-gradient(135deg, #b7f0eb, #B7CFF0);