#0fd69c
a dark, electric cyan · cool · closest name: aquamarine
RGB
15, 214, 156
HSL
163°, 87%, 45%
CMYK
93, 0, 27, 16
Luminance
0.5059
Every format
| HEX | #0fd69c |
| RGB | rgb(15, 214, 156) |
| HSL | hsl(163, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 27%, 16%) |
| LAB | lab(76.4 -57.1 16.6) |
| LCH | lch(76.4 59.4 163.8) |
| OKLCH | oklch(0.777 0.162 164.9) |
Copy-ready code
/* CSS */
color: #0fd69c;
background-color: #0fd69c;
/* Tailwind (arbitrary) */
class="text-[#0fd69c] bg-[#0fd69c]"
/* SCSS */
$brand: #0fd69c;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.612)
/* Android */
Color.parseColor("#0fd69c")Accessibility — WCAG contrast
Aa
#0fd69c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd69c on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue61.2%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow27.1%
Key (black)16.1%
Color previews
#0fd69c text on a black background
contrast 11.12:1
Card sample
#0fd69c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd69c;
Background color
Panel with #0fd69c background
background-color: #0fd69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd69c; background: linear-gradient(135deg, #0fd69c, #0F8BD6);