#baf6eb
a light, electric cyan · cool · closest name: ivory
RGB
186, 246, 235
HSL
169°, 77%, 85%
CMYK
24, 0, 5, 4
Luminance
0.8235
Every format
| HEX | #baf6eb |
| RGB | rgb(186, 246, 235) |
| HSL | hsl(169, 77%, 85%) |
| CMYK | cmyk(24%, 0%, 5%, 4%) |
| LAB | lab(92.7 -21.0 -0.8) |
| LCH | lch(92.7 21.1 182.3) |
| OKLCH | oklch(0.929 0.062 182.4) |
Copy-ready code
/* CSS */
color: #baf6eb;
background-color: #baf6eb;
/* Tailwind (arbitrary) */
class="text-[#baf6eb] bg-[#baf6eb]"
/* SCSS */
$brand: #baf6eb;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#baf6eb")Accessibility — WCAG contrast
Aa
#baf6eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf6eb on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue92.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#baf6eb text on a black background
contrast 17.47:1
Card sample
#baf6eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf6eb;
Background color
Panel with #baf6eb background
background-color: #baf6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf6eb; background: linear-gradient(135deg, #baf6eb, #BAD9F6);