#baf6df
a light, electric green · cool · closest name: beige
RGB
186, 246, 223
HSL
157°, 77%, 85%
CMYK
24, 0, 9, 4
Luminance
0.8168
Every format
| HEX | #baf6df |
| RGB | rgb(186, 246, 223) |
| HSL | hsl(157, 77%, 85%) |
| CMYK | cmyk(24%, 0%, 9%, 4%) |
| LAB | lab(92.4 -23.4 5.0) |
| LCH | lch(92.4 24.0 168.1) |
| OKLCH | oklch(0.926 0.068 169.3) |
Copy-ready code
/* CSS */
color: #baf6df;
background-color: #baf6df;
/* Tailwind (arbitrary) */
class="text-[#baf6df] bg-[#baf6df]"
/* SCSS */
$brand: #baf6df;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#baf6df")Accessibility — WCAG contrast
Aa
#baf6df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf6df on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue87.5%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#baf6df text on a black background
contrast 17.34:1
Card sample
#baf6df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf6df;
Background color
Panel with #baf6df background
background-color: #baf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf6df; background: linear-gradient(135deg, #baf6df, #BAE5F6);