#bafeee
a pale, electric cyan · cool · closest name: beige
RGB
186, 254, 238
HSL
166°, 97%, 86%
CMYK
27, 0, 6, 0
Luminance
0.8750
Every format
| HEX | #bafeee |
| RGB | rgb(186, 254, 238) |
| HSL | hsl(166, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 6%, 0%) |
| LAB | lab(95.0 -24.3 0.8) |
| LCH | lch(95.0 24.3 178.0) |
| OKLCH | oklch(0.948 0.071 178.5) |
Copy-ready code
/* CSS */
color: #bafeee;
background-color: #bafeee;
/* Tailwind (arbitrary) */
class="text-[#bafeee] bg-[#bafeee]"
/* SCSS */
$brand: #bafeee;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#bafeee")Accessibility — WCAG contrast
Aa
#bafeee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafeee on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue93.3%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#bafeee text on a black background
contrast 18.50:1
Card sample
#bafeee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafeee;
Background color
Panel with #bafeee background
background-color: #bafeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafeee; background: linear-gradient(135deg, #bafeee, #BAE1FE);