#baf7df
a light, electric green · cool · closest name: beige
RGB
186, 247, 223
HSL
156°, 79%, 85%
CMYK
25, 0, 10, 3
Luminance
0.8229
Every format
| HEX | #baf7df |
| RGB | rgb(186, 247, 223) |
| HSL | hsl(156, 79%, 85%) |
| CMYK | cmyk(25%, 0%, 10%, 3%) |
| LAB | lab(92.7 -23.9 5.3) |
| LCH | lch(92.7 24.5 167.4) |
| OKLCH | oklch(0.928 0.070 168.6) |
Copy-ready code
/* CSS */
color: #baf7df;
background-color: #baf7df;
/* Tailwind (arbitrary) */
class="text-[#baf7df] bg-[#baf7df]"
/* SCSS */
$brand: #baf7df;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#baf7df")Accessibility — WCAG contrast
Aa
#baf7df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf7df on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#baf7df text on a black background
contrast 17.46:1
Card sample
#baf7df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf7df;
Background color
Panel with #baf7df background
background-color: #baf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf7df; background: linear-gradient(135deg, #baf7df, #BAE6F7);