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