#b7f1df
a light, vivid cyan · cool · closest name: beige
RGB
183, 241, 223
HSL
161°, 67%, 83%
CMYK
24, 0, 8, 6
Luminance
0.7831
Every format
| HEX | #b7f1df |
| RGB | rgb(183, 241, 223) |
| HSL | hsl(161, 67%, 83%) |
| CMYK | cmyk(24%, 0%, 8%, 6%) |
| LAB | lab(90.9 -21.9 2.7) |
| LCH | lch(90.9 22.1 172.9) |
| OKLCH | oklch(0.914 0.064 173.8) |
Copy-ready code
/* CSS */
color: #b7f1df;
background-color: #b7f1df;
/* Tailwind (arbitrary) */
class="text-[#b7f1df] bg-[#b7f1df]"
/* SCSS */
$brand: #b7f1df;
/* SwiftUI */
Color(red: 0.718, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#b7f1df")Accessibility — WCAG contrast
Aa
#b7f1df on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f1df on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green94.5%
Blue87.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#b7f1df text on a black background
contrast 16.66:1
Card sample
#b7f1df text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f1df;
Background color
Panel with #b7f1df background
background-color: #b7f1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f1df; background: linear-gradient(135deg, #b7f1df, #B7DCF1);