#0fface
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 250, 206
HSL
169°, 96%, 52%
CMYK
94, 0, 18, 2
Luminance
0.7293
Every format
| HEX | #0fface |
| RGB | rgb(15, 250, 206) |
| HSL | hsl(169, 96%, 52%) |
| CMYK | cmyk(94%, 0%, 18%, 2%) |
| LAB | lab(88.4 -58.9 7.4) |
| LCH | lch(88.4 59.3 172.9) |
| OKLCH | oklch(0.879 0.167 173.6) |
Copy-ready code
/* CSS */
color: #0fface;
background-color: #0fface;
/* Tailwind (arbitrary) */
class="text-[#0fface] bg-[#0fface]"
/* SCSS */
$brand: #0fface;
/* SwiftUI */
Color(red: 0.059, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#0fface")Accessibility — WCAG contrast
Aa
#0fface on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fface on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.0%
Blue80.8%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#0fface text on a black background
contrast 15.59:1
Card sample
#0fface text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fface;
Background color
Panel with #0fface background
background-color: #0fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fface; background: linear-gradient(135deg, #0fface, #0F89FA);