#baf4df
a light, vivid green · cool · closest name: beige
RGB
186, 244, 223
HSL
158°, 73%, 84%
CMYK
24, 0, 9, 4
Luminance
0.8047
Every format
| HEX | #baf4df |
| RGB | rgb(186, 244, 223) |
| HSL | hsl(158, 73%, 84%) |
| CMYK | cmyk(24%, 0%, 9%, 4%) |
| LAB | lab(91.9 -22.5 4.2) |
| LCH | lch(91.9 22.9 169.5) |
| OKLCH | oklch(0.922 0.065 170.6) |
Copy-ready code
/* CSS */
color: #baf4df;
background-color: #baf4df;
/* Tailwind (arbitrary) */
class="text-[#baf4df] bg-[#baf4df]"
/* SCSS */
$brand: #baf4df;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#baf4df")Accessibility — WCAG contrast
Aa
#baf4df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf4df on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#baf4df text on a black background
contrast 17.09:1
Card sample
#baf4df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf4df;
Background color
Panel with #baf4df background
background-color: #baf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf4df; background: linear-gradient(135deg, #baf4df, #BAE2F4);