#0fceaf
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 206, 175
HSL
170°, 86%, 43%
CMYK
93, 0, 15, 19
Luminance
0.4734
Every format
| HEX | #0fceaf |
| RGB | rgb(15, 206, 175) |
| HSL | hsl(170, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 15%, 19%) |
| LAB | lab(74.4 -49.2 3.5) |
| LCH | lch(74.4 49.4 175.9) |
| OKLCH | oklch(0.762 0.140 176.5) |
Copy-ready code
/* CSS */
color: #0fceaf;
background-color: #0fceaf;
/* Tailwind (arbitrary) */
class="text-[#0fceaf] bg-[#0fceaf]"
/* SCSS */
$brand: #0fceaf;
/* SwiftUI */
Color(red: 0.059, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#0fceaf")Accessibility — WCAG contrast
Aa
#0fceaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fceaf on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.8%
Blue68.6%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#0fceaf text on a black background
contrast 10.47:1
Card sample
#0fceaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fceaf;
Background color
Panel with #0fceaf background
background-color: #0fceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fceaf; background: linear-gradient(135deg, #0fceaf, #0F6DCE);