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