#0fcfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 207, 223
HSL
185°, 87%, 47%
CMYK
93, 7, 0, 13
Luminance
0.5005
Every format
| HEX | #0fcfdf |
| RGB | rgb(15, 207, 223) |
| HSL | hsl(185, 87%, 47%) |
| CMYK | cmyk(93%, 7%, 0%, 13%) |
| LAB | lab(76.1 -35.8 -19.8) |
| LCH | lch(76.1 40.9 209.0) |
| OKLCH | oklch(0.780 0.132 204.8) |
Copy-ready code
/* CSS */
color: #0fcfdf;
background-color: #0fcfdf;
/* Tailwind (arbitrary) */
class="text-[#0fcfdf] bg-[#0fcfdf]"
/* SCSS */
$brand: #0fcfdf;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#0fcfdf")Accessibility — WCAG contrast
Aa
#0fcfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfdf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0fcfdf text on a black background
contrast 11.01:1
Card sample
#0fcfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfdf;
Background color
Panel with #0fcfdf background
background-color: #0fcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfdf; background: linear-gradient(135deg, #0fcfdf, #0F44DF);