#baf2eb
a light, vivid cyan · cool · closest name: ivory
RGB
186, 242, 235
HSL
173°, 68%, 84%
CMYK
23, 0, 3, 5
Luminance
0.7994
Every format
| HEX | #baf2eb |
| RGB | rgb(186, 242, 235) |
| HSL | hsl(173, 68%, 84%) |
| CMYK | cmyk(23%, 0%, 3%, 5%) |
| LAB | lab(91.7 -19.1 -2.4) |
| LCH | lch(91.7 19.2 187.2) |
| OKLCH | oklch(0.921 0.058 186.7) |
Copy-ready code
/* CSS */
color: #baf2eb;
background-color: #baf2eb;
/* Tailwind (arbitrary) */
class="text-[#baf2eb] bg-[#baf2eb]"
/* SCSS */
$brand: #baf2eb;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#baf2eb")Accessibility — WCAG contrast
Aa
#baf2eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf2eb on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue92.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#baf2eb text on a black background
contrast 16.99:1
Card sample
#baf2eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf2eb;
Background color
Panel with #baf2eb background
background-color: #baf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf2eb; background: linear-gradient(135deg, #baf2eb, #BAD4F2);