#39f6ba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
57, 246, 186
HSL
161°, 91%, 59%
CMYK
77, 0, 24, 4
Luminance
0.7033
Every format
| HEX | #39f6ba |
| RGB | rgb(57, 246, 186) |
| HSL | hsl(161, 91%, 59%) |
| CMYK | cmyk(77%, 0%, 24%, 4%) |
| LAB | lab(87.2 -59.3 16.0) |
| LCH | lch(87.2 61.4 164.9) |
| OKLCH | oklch(0.869 0.168 166.0) |
Copy-ready code
/* CSS */
color: #39f6ba;
background-color: #39f6ba;
/* Tailwind (arbitrary) */
class="text-[#39f6ba] bg-[#39f6ba]"
/* SCSS */
$brand: #39f6ba;
/* SwiftUI */
Color(red: 0.224, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#39f6ba")Accessibility — WCAG contrast
Aa
#39f6ba on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f6ba on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green96.5%
Blue72.9%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#39f6ba text on a black background
contrast 15.07:1
Card sample
#39f6ba text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f6ba;
Background color
Panel with #39f6ba background
background-color: #39f6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f6ba; background: linear-gradient(135deg, #39f6ba, #39B4F6);