#baf1eb
a light, vivid cyan · cool · closest name: ivory
RGB
186, 241, 235
HSL
174°, 66%, 84%
CMYK
23, 0, 3, 6
Luminance
0.7935
Every format
| HEX | #baf1eb |
| RGB | rgb(186, 241, 235) |
| HSL | hsl(174, 66%, 84%) |
| CMYK | cmyk(23%, 0%, 3%, 6%) |
| LAB | lab(91.4 -18.6 -2.8) |
| LCH | lch(91.4 18.8 188.6) |
| OKLCH | oklch(0.919 0.056 188.0) |
Copy-ready code
/* CSS */
color: #baf1eb;
background-color: #baf1eb;
/* Tailwind (arbitrary) */
class="text-[#baf1eb] bg-[#baf1eb]"
/* SCSS */
$brand: #baf1eb;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#baf1eb")Accessibility — WCAG contrast
Aa
#baf1eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1eb on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue92.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#baf1eb text on a black background
contrast 16.87:1
Card sample
#baf1eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1eb;
Background color
Panel with #baf1eb background
background-color: #baf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1eb; background: linear-gradient(135deg, #baf1eb, #BAD2F1);