#0fd9b0
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 217, 176
HSL
168°, 87%, 46%
CMYK
93, 0, 19, 15
Luminance
0.5286
Every format
| HEX | #0fd9b0 |
| RGB | rgb(15, 217, 176) |
| HSL | hsl(168, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 19%, 15%) |
| LAB | lab(77.8 -53.4 7.9) |
| LCH | lch(77.8 54.0 171.6) |
| OKLCH | oklch(0.790 0.151 172.4) |
Copy-ready code
/* CSS */
color: #0fd9b0;
background-color: #0fd9b0;
/* Tailwind (arbitrary) */
class="text-[#0fd9b0] bg-[#0fd9b0]"
/* SCSS */
$brand: #0fd9b0;
/* SwiftUI */
Color(red: 0.059, green: 0.851, blue: 0.690)
/* Android */
Color.parseColor("#0fd9b0")Accessibility — WCAG contrast
Aa
#0fd9b0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd9b0 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.1%
Blue69.0%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow18.9%
Key (black)14.9%
Color previews
#0fd9b0 text on a black background
contrast 11.57:1
Card sample
#0fd9b0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd9b0;
Background color
Panel with #0fd9b0 background
background-color: #0fd9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 217, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 217, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd9b0; background: linear-gradient(135deg, #0fd9b0, #0F7BD9);