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