#0fd9ac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 217, 172
HSL
167°, 87%, 46%
CMYK
93, 0, 21, 15
Luminance
0.5271
Every format
| HEX | #0fd9ac |
| RGB | rgb(15, 217, 172) |
| HSL | hsl(167, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 21%, 15%) |
| LAB | lab(77.7 -54.4 9.9) |
| LCH | lch(77.7 55.3 169.7) |
| OKLCH | oklch(0.788 0.154 170.6) |
Copy-ready code
/* CSS */
color: #0fd9ac;
background-color: #0fd9ac;
/* Tailwind (arbitrary) */
class="text-[#0fd9ac] bg-[#0fd9ac]"
/* SCSS */
$brand: #0fd9ac;
/* SwiftUI */
Color(red: 0.059, green: 0.851, blue: 0.675)
/* Android */
Color.parseColor("#0fd9ac")Accessibility — WCAG contrast
Aa
#0fd9ac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd9ac on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.1%
Blue67.5%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow20.7%
Key (black)14.9%
Color previews
#0fd9ac text on a black background
contrast 11.54:1
Card sample
#0fd9ac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd9ac;
Background color
Panel with #0fd9ac background
background-color: #0fd9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 217, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 217, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd9ac; background: linear-gradient(135deg, #0fd9ac, #0F7FD9);