#baffe9
a pale, electric cyan · cool · closest name: aquamarine
RGB
186, 255, 233
HSL
161°, 100%, 87%
CMYK
27, 0, 9, 0
Luminance
0.8784
Every format
| HEX | #baffe9 |
| RGB | rgb(186, 255, 233) |
| HSL | hsl(161, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 9%, 0%) |
| LAB | lab(95.1 -25.8 3.6) |
| LCH | lch(95.1 26.0 172.0) |
| OKLCH | oklch(0.948 0.075 172.9) |
Copy-ready code
/* CSS */
color: #baffe9;
background-color: #baffe9;
/* Tailwind (arbitrary) */
class="text-[#baffe9] bg-[#baffe9]"
/* SCSS */
$brand: #baffe9;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.914)
/* Android */
Color.parseColor("#baffe9")Accessibility — WCAG contrast
Aa
#baffe9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffe9 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue91.4%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow8.6%
Key (black)0.0%
Color previews
#baffe9 text on a black background
contrast 18.57:1
Card sample
#baffe9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffe9;
Background color
Panel with #baffe9 background
background-color: #baffe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffe9; background: linear-gradient(135deg, #baffe9, #BAE7FF);