#bafcee
a pale, electric cyan · cool · closest name: ivory
RGB
186, 252, 238
HSL
167°, 92%, 86%
CMYK
26, 0, 6, 1
Luminance
0.8623
Every format
| HEX | #bafcee |
| RGB | rgb(186, 252, 238) |
| HSL | hsl(167, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 6%, 1%) |
| LAB | lab(94.4 -23.3 0.1) |
| LCH | lch(94.4 23.3 179.9) |
| OKLCH | oklch(0.943 0.069 180.2) |
Copy-ready code
/* CSS */
color: #bafcee;
background-color: #bafcee;
/* Tailwind (arbitrary) */
class="text-[#bafcee] bg-[#bafcee]"
/* SCSS */
$brand: #bafcee;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#bafcee")Accessibility — WCAG contrast
Aa
#bafcee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcee on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue93.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow5.6%
Key (black)1.2%
Color previews
#bafcee text on a black background
contrast 18.25:1
Card sample
#bafcee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcee;
Background color
Panel with #bafcee background
background-color: #bafcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcee; background: linear-gradient(135deg, #bafcee, #BADEFC);