#b7f1eb
a light, vivid cyan · cool · closest name: ivory
RGB
183, 241, 235
HSL
174°, 67%, 83%
CMYK
24, 0, 3, 6
Luminance
0.7898
Every format
| HEX | #b7f1eb |
| RGB | rgb(183, 241, 235) |
| HSL | hsl(174, 67%, 83%) |
| CMYK | cmyk(24%, 0%, 3%, 6%) |
| LAB | lab(91.2 -19.5 -3.1) |
| LCH | lch(91.2 19.7 189.0) |
| OKLCH | oklch(0.917 0.059 188.3) |
Copy-ready code
/* CSS */
color: #b7f1eb;
background-color: #b7f1eb;
/* Tailwind (arbitrary) */
class="text-[#b7f1eb] bg-[#b7f1eb]"
/* SCSS */
$brand: #b7f1eb;
/* SwiftUI */
Color(red: 0.718, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#b7f1eb")Accessibility — WCAG contrast
Aa
#b7f1eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f1eb on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green94.5%
Blue92.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#b7f1eb text on a black background
contrast 16.80:1
Card sample
#b7f1eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f1eb;
Background color
Panel with #b7f1eb background
background-color: #b7f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f1eb; background: linear-gradient(135deg, #b7f1eb, #B7D0F1);