#0fd7aa
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 215, 170
HSL
167°, 87%, 45%
CMYK
93, 0, 21, 16
Luminance
0.5160
Every format
| HEX | #0fd7aa |
| RGB | rgb(15, 215, 170) |
| HSL | hsl(167, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 21%, 16%) |
| LAB | lab(77.0 -54.1 10.0) |
| LCH | lch(77.0 55.0 169.5) |
| OKLCH | oklch(0.783 0.153 170.4) |
Copy-ready code
/* CSS */
color: #0fd7aa;
background-color: #0fd7aa;
/* Tailwind (arbitrary) */
class="text-[#0fd7aa] bg-[#0fd7aa]"
/* SCSS */
$brand: #0fd7aa;
/* SwiftUI */
Color(red: 0.059, green: 0.843, blue: 0.667)
/* Android */
Color.parseColor("#0fd7aa")Accessibility — WCAG contrast
Aa
#0fd7aa on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd7aa on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.3%
Blue66.7%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow20.9%
Key (black)15.7%
Color previews
#0fd7aa text on a black background
contrast 11.32:1
Card sample
#0fd7aa text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd7aa;
Background color
Panel with #0fd7aa background
background-color: #0fd7aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd7aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 215, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 215, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd7aa; background: linear-gradient(135deg, #0fd7aa, #0F7FD7);