#baf3cc
a light, vivid green · cool · closest name: aquamarine
RGB
186, 243, 204
HSL
139°, 70%, 84%
CMYK
24, 0, 16, 5
Luminance
0.7890
Every format
| HEX | #baf3cc |
| RGB | rgb(186, 243, 204) |
| HSL | hsl(139, 70%, 84%) |
| CMYK | cmyk(24%, 0%, 16%, 5%) |
| LAB | lab(91.2 -25.6 13.0) |
| LCH | lch(91.2 28.7 153.1) |
| OKLCH | oklch(0.915 0.079 154.7) |
Copy-ready code
/* CSS */
color: #baf3cc;
background-color: #baf3cc;
/* Tailwind (arbitrary) */
class="text-[#baf3cc] bg-[#baf3cc]"
/* SCSS */
$brand: #baf3cc;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.800)
/* Android */
Color.parseColor("#baf3cc")Accessibility — WCAG contrast
Aa
#baf3cc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf3cc on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue80.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow16.0%
Key (black)4.7%
Color previews
#baf3cc text on a black background
contrast 16.78:1
Card sample
#baf3cc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf3cc;
Background color
Panel with #baf3cc background
background-color: #baf3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf3cc; background: linear-gradient(135deg, #baf3cc, #BAF3F2);