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