#0facac
a dark, electric cyan · cool · closest name: teal
RGB
15, 172, 172
HSL
180°, 84%, 37%
CMYK
91, 0, 0, 33
Luminance
0.3259
Every format
| HEX | #0facac |
| RGB | rgb(15, 172, 172) |
| HSL | hsl(180, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 0%, 33%) |
| LAB | lab(63.8 -35.3 -10.4) |
| LCH | lch(63.8 36.8 196.4) |
| OKLCH | oklch(0.675 0.113 194.8) |
Copy-ready code
/* CSS */
color: #0facac;
background-color: #0facac;
/* Tailwind (arbitrary) */
class="text-[#0facac] bg-[#0facac]"
/* SCSS */
$brand: #0facac;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#0facac")Accessibility — WCAG contrast
Aa
#0facac on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0facac on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue67.5%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#0facac text on a black background
contrast 7.52:1
Card sample
#0facac text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0facac;
Background color
Panel with #0facac background
background-color: #0facac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0facac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0facac; background: linear-gradient(135deg, #0facac, #0F43AC);