#baf0dc
a light, vivid green · cool · closest name: beige
RGB
186, 240, 220
HSL
158°, 64%, 84%
CMYK
23, 0, 8, 6
Luminance
0.7793
Every format
| HEX | #baf0dc |
| RGB | rgb(186, 240, 220) |
| HSL | hsl(158, 64%, 84%) |
| CMYK | cmyk(23%, 0%, 8%, 6%) |
| LAB | lab(90.8 -21.1 4.1) |
| LCH | lch(90.8 21.5 169.1) |
| OKLCH | oklch(0.912 0.061 170.2) |
Copy-ready code
/* CSS */
color: #baf0dc;
background-color: #baf0dc;
/* Tailwind (arbitrary) */
class="text-[#baf0dc] bg-[#baf0dc]"
/* SCSS */
$brand: #baf0dc;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.863)
/* Android */
Color.parseColor("#baf0dc")Accessibility — WCAG contrast
Aa
#baf0dc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf0dc on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue86.3%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow8.3%
Key (black)5.9%
Color previews
#baf0dc text on a black background
contrast 16.59:1
Card sample
#baf0dc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf0dc;
Background color
Panel with #baf0dc background
background-color: #baf0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf0dc; background: linear-gradient(135deg, #baf0dc, #BAE0F0);