#0facba
a dark, electric cyan · cool · closest name: teal
RGB
15, 172, 186
HSL
185°, 85%, 39%
CMYK
92, 8, 0, 27
Luminance
0.3315
Every format
| HEX | #0facba |
| RGB | rgb(15, 172, 186) |
| HSL | hsl(185, 85%, 39%) |
| CMYK | cmyk(92%, 8%, 0%, 27%) |
| LAB | lab(64.3 -30.9 -17.5) |
| LCH | lch(64.3 35.5 209.6) |
| OKLCH | oklch(0.680 0.114 205.3) |
Copy-ready code
/* CSS */
color: #0facba;
background-color: #0facba;
/* Tailwind (arbitrary) */
class="text-[#0facba] bg-[#0facba]"
/* SCSS */
$brand: #0facba;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#0facba")Accessibility — WCAG contrast
Aa
#0facba on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0facba on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue72.9%
CMYK percentages
Cyan91.9%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#0facba text on a black background
contrast 7.63:1
Card sample
#0facba text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0facba;
Background color
Panel with #0facba background
background-color: #0facba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0facba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0facba; background: linear-gradient(135deg, #0facba, #0F3ABA);