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