#baf9e5
a pale, electric cyan · cool · closest name: beige
RGB
186, 249, 229
HSL
161°, 84%, 85%
CMYK
25, 0, 8, 2
Luminance
0.8385
Every format
| HEX | #baf9e5 |
| RGB | rgb(186, 249, 229) |
| HSL | hsl(161, 84%, 85%) |
| CMYK | cmyk(25%, 0%, 8%, 2%) |
| LAB | lab(93.4 -23.7 3.2) |
| LCH | lch(93.4 23.9 172.3) |
| OKLCH | oklch(0.934 0.069 173.2) |
Copy-ready code
/* CSS */
color: #baf9e5;
background-color: #baf9e5;
/* Tailwind (arbitrary) */
class="text-[#baf9e5] bg-[#baf9e5]"
/* SCSS */
$brand: #baf9e5;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.898)
/* Android */
Color.parseColor("#baf9e5")Accessibility — WCAG contrast
Aa
#baf9e5 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf9e5 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue89.8%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow8.0%
Key (black)2.4%
Color previews
#baf9e5 text on a black background
contrast 17.77:1
Card sample
#baf9e5 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf9e5;
Background color
Panel with #baf9e5 background
background-color: #baf9e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf9e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf9e5; background: linear-gradient(135deg, #baf9e5, #BAE3F9);