#baf5eb
a light, vivid cyan · cool · closest name: ivory
RGB
186, 245, 235
HSL
170°, 75%, 85%
CMYK
24, 0, 4, 4
Luminance
0.8174
Every format
| HEX | #baf5eb |
| RGB | rgb(186, 245, 235) |
| HSL | hsl(170, 75%, 85%) |
| CMYK | cmyk(24%, 0%, 4%, 4%) |
| LAB | lab(92.5 -20.5 -1.2) |
| LCH | lch(92.5 20.6 183.5) |
| OKLCH | oklch(0.927 0.061 183.4) |
Copy-ready code
/* CSS */
color: #baf5eb;
background-color: #baf5eb;
/* Tailwind (arbitrary) */
class="text-[#baf5eb] bg-[#baf5eb]"
/* SCSS */
$brand: #baf5eb;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#baf5eb")Accessibility — WCAG contrast
Aa
#baf5eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf5eb on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue92.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#baf5eb text on a black background
contrast 17.35:1
Card sample
#baf5eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf5eb;
Background color
Panel with #baf5eb background
background-color: #baf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf5eb; background: linear-gradient(135deg, #baf5eb, #BAD8F5);