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