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