#bafceb
a pale, electric cyan · cool · closest name: beige
RGB
186, 252, 235
HSL
165°, 92%, 86%
CMYK
26, 0, 7, 1
Luminance
0.8606
Every format
| HEX | #bafceb |
| RGB | rgb(186, 252, 235) |
| HSL | hsl(165, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 7%, 1%) |
| LAB | lab(94.3 -23.9 1.5) |
| LCH | lch(94.3 24.0 176.4) |
| OKLCH | oklch(0.942 0.070 177.0) |
Copy-ready code
/* CSS */
color: #bafceb;
background-color: #bafceb;
/* Tailwind (arbitrary) */
class="text-[#bafceb] bg-[#bafceb]"
/* SCSS */
$brand: #bafceb;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#bafceb")Accessibility — WCAG contrast
Aa
#bafceb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafceb on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#bafceb text on a black background
contrast 18.21:1
Card sample
#bafceb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafceb;
Background color
Panel with #bafceb background
background-color: #bafceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafceb; background: linear-gradient(135deg, #bafceb, #BAE1FC);