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