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