#baf3eb
a light, vivid cyan · cool · closest name: ivory
RGB
186, 243, 235
HSL
172°, 70%, 84%
CMYK
24, 0, 3, 5
Luminance
0.8054
Every format
| HEX | #baf3eb |
| RGB | rgb(186, 243, 235) |
| HSL | hsl(172, 70%, 84%) |
| CMYK | cmyk(24%, 0%, 3%, 5%) |
| LAB | lab(91.9 -19.6 -2.0) |
| LCH | lch(91.9 19.7 185.9) |
| OKLCH | oklch(0.923 0.059 185.6) |
Copy-ready code
/* CSS */
color: #baf3eb;
background-color: #baf3eb;
/* Tailwind (arbitrary) */
class="text-[#baf3eb] bg-[#baf3eb]"
/* SCSS */
$brand: #baf3eb;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#baf3eb")Accessibility — WCAG contrast
Aa
#baf3eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf3eb on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue92.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#baf3eb text on a black background
contrast 17.11:1
Card sample
#baf3eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf3eb;
Background color
Panel with #baf3eb background
background-color: #baf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf3eb; background: linear-gradient(135deg, #baf3eb, #BAD5F3);