#0fceb9
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 206, 185
HSL
173°, 86%, 43%
CMYK
93, 0, 10, 19
Luminance
0.4775
Every format
| HEX | #0fceb9 |
| RGB | rgb(15, 206, 185) |
| HSL | hsl(173, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 10%, 19%) |
| LAB | lab(74.7 -46.5 -1.5) |
| LCH | lch(74.7 46.6 181.8) |
| OKLCH | oklch(0.765 0.135 182.0) |
Copy-ready code
/* CSS */
color: #0fceb9;
background-color: #0fceb9;
/* Tailwind (arbitrary) */
class="text-[#0fceb9] bg-[#0fceb9]"
/* SCSS */
$brand: #0fceb9;
/* SwiftUI */
Color(red: 0.059, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#0fceb9")Accessibility — WCAG contrast
Aa
#0fceb9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fceb9 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.8%
Blue72.5%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow10.2%
Key (black)19.2%
Color previews
#0fceb9 text on a black background
contrast 10.55:1
Card sample
#0fceb9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fceb9;
Background color
Panel with #0fceb9 background
background-color: #0fceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fceb9; background: linear-gradient(135deg, #0fceb9, #0F64CE);