#b4f1df
a light, vivid cyan · cool · closest name: beige
RGB
180, 241, 223
HSL
162°, 69%, 83%
CMYK
25, 0, 8, 6
Luminance
0.7794
Every format
| HEX | #b4f1df |
| RGB | rgb(180, 241, 223) |
| HSL | hsl(162, 69%, 83%) |
| CMYK | cmyk(25%, 0%, 8%, 6%) |
| LAB | lab(90.8 -22.8 2.5) |
| LCH | lch(90.8 22.9 173.8) |
| OKLCH | oklch(0.912 0.066 174.6) |
Copy-ready code
/* CSS */
color: #b4f1df;
background-color: #b4f1df;
/* Tailwind (arbitrary) */
class="text-[#b4f1df] bg-[#b4f1df]"
/* SCSS */
$brand: #b4f1df;
/* SwiftUI */
Color(red: 0.706, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#b4f1df")Accessibility — WCAG contrast
Aa
#b4f1df on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f1df on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.5%
Blue87.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#b4f1df text on a black background
contrast 16.59:1
Card sample
#b4f1df text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f1df;
Background color
Panel with #b4f1df background
background-color: #b4f1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f1df; background: linear-gradient(135deg, #b4f1df, #B4DAF1);