#0fefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 239, 223
HSL
176°, 88%, 50%
CMYK
94, 0, 7, 6
Luminance
0.6716
Every format
| HEX | #0fefdf |
| RGB | rgb(15, 239, 223) |
| HSL | hsl(176, 88%, 50%) |
| CMYK | cmyk(94%, 0%, 7%, 6%) |
| LAB | lab(85.6 -50.0 -5.6) |
| LCH | lch(85.6 50.3 186.4) |
| OKLCH | oklch(0.857 0.149 186.2) |
Copy-ready code
/* CSS */
color: #0fefdf;
background-color: #0fefdf;
/* Tailwind (arbitrary) */
class="text-[#0fefdf] bg-[#0fefdf]"
/* SCSS */
$brand: #0fefdf;
/* SwiftUI */
Color(red: 0.059, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#0fefdf")Accessibility — WCAG contrast
Aa
#0fefdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fefdf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green93.7%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#0fefdf text on a black background
contrast 14.43:1
Card sample
#0fefdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fefdf;
Background color
Panel with #0fefdf background
background-color: #0fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fefdf; background: linear-gradient(135deg, #0fefdf, #0F6AEF);