#0fdedf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 222, 223
HSL
180°, 87%, 47%
CMYK
93, 0, 0, 13
Luminance
0.5767
Every format
| HEX | #0fdedf |
| RGB | rgb(15, 222, 223) |
| HSL | hsl(180, 87%, 47%) |
| CMYK | cmyk(93%, 0%, 0%, 13%) |
| LAB | lab(80.5 -42.6 -13.1) |
| LCH | lch(80.5 44.6 197.1) |
| OKLCH | oklch(0.816 0.138 195.4) |
Copy-ready code
/* CSS */
color: #0fdedf;
background-color: #0fdedf;
/* Tailwind (arbitrary) */
class="text-[#0fdedf] bg-[#0fdedf]"
/* SCSS */
$brand: #0fdedf;
/* SwiftUI */
Color(red: 0.059, green: 0.871, blue: 0.875)
/* Android */
Color.parseColor("#0fdedf")Accessibility — WCAG contrast
Aa
#0fdedf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdedf on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.1%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta0.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0fdedf text on a black background
contrast 12.53:1
Card sample
#0fdedf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdedf;
Background color
Panel with #0fdedf background
background-color: #0fdedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 222, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 222, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdedf; background: linear-gradient(135deg, #0fdedf, #0F53DF);