#3febaf
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 235, 175
HSL
159°, 81%, 58%
CMYK
73, 0, 26, 8
Luminance
0.6357
Every format
| HEX | #3febaf |
| RGB | rgb(63, 235, 175) |
| HSL | hsl(159, 81%, 58%) |
| CMYK | cmyk(73%, 0%, 26%, 8%) |
| LAB | lab(83.7 -56.8 16.9) |
| LCH | lch(83.7 59.3 163.4) |
| OKLCH | oklch(0.840 0.162 164.6) |
Copy-ready code
/* CSS */
color: #3febaf;
background-color: #3febaf;
/* Tailwind (arbitrary) */
class="text-[#3febaf] bg-[#3febaf]"
/* SCSS */
$brand: #3febaf;
/* SwiftUI */
Color(red: 0.247, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#3febaf")Accessibility — WCAG contrast
Aa
#3febaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3febaf on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.2%
Blue68.6%
CMYK percentages
Cyan73.2%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#3febaf text on a black background
contrast 13.71:1
Card sample
#3febaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3febaf;
Background color
Panel with #3febaf background
background-color: #3febaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3febaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3febaf; background: linear-gradient(135deg, #3febaf, #3FB4EB);