#0fefe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 239, 226
HSL
177°, 88%, 50%
CMYK
94, 0, 5, 6
Luminance
0.6733
Every format
| HEX | #0fefe2 |
| RGB | rgb(15, 239, 226) |
| HSL | hsl(177, 88%, 50%) |
| CMYK | cmyk(94%, 0%, 5%, 6%) |
| LAB | lab(85.7 -49.1 -7.1) |
| LCH | lch(85.7 49.6 188.2) |
| OKLCH | oklch(0.858 0.148 187.8) |
Copy-ready code
/* CSS */
color: #0fefe2;
background-color: #0fefe2;
/* Tailwind (arbitrary) */
class="text-[#0fefe2] bg-[#0fefe2]"
/* SCSS */
$brand: #0fefe2;
/* SwiftUI */
Color(red: 0.059, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#0fefe2")Accessibility — WCAG contrast
Aa
#0fefe2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fefe2 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green93.7%
Blue88.6%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#0fefe2 text on a black background
contrast 14.47:1
Card sample
#0fefe2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fefe2;
Background color
Panel with #0fefe2 background
background-color: #0fefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fefe2; background: linear-gradient(135deg, #0fefe2, #0F67EF);