#b2f1df
a light, vivid cyan · cool · closest name: beige
RGB
178, 241, 223
HSL
163°, 69%, 82%
CMYK
26, 0, 8, 6
Luminance
0.7770
Every format
| HEX | #b2f1df |
| RGB | rgb(178, 241, 223) |
| HSL | hsl(163, 69%, 82%) |
| CMYK | cmyk(26%, 0%, 8%, 6%) |
| LAB | lab(90.6 -23.4 2.3) |
| LCH | lch(90.6 23.5 174.4) |
| OKLCH | oklch(0.911 0.068 175.2) |
Copy-ready code
/* CSS */
color: #b2f1df;
background-color: #b2f1df;
/* Tailwind (arbitrary) */
class="text-[#b2f1df] bg-[#b2f1df]"
/* SCSS */
$brand: #b2f1df;
/* SwiftUI */
Color(red: 0.698, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#b2f1df")Accessibility — WCAG contrast
Aa
#b2f1df on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f1df on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.5%
Blue87.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#b2f1df text on a black background
contrast 16.54:1
Card sample
#b2f1df text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f1df;
Background color
Panel with #b2f1df background
background-color: #b2f1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f1df; background: linear-gradient(135deg, #b2f1df, #B2D9F1);