#0abfac
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 191, 172
HSL
174°, 90%, 39%
CMYK
95, 0, 10, 25
Luminance
0.4030
Every format
| HEX | #0abfac |
| RGB | rgb(10, 191, 172) |
| HSL | hsl(174, 90%, 39%) |
| CMYK | cmyk(95%, 0%, 10%, 25%) |
| LAB | lab(69.7 -43.9 -1.7) |
| LCH | lch(69.7 44.0 182.2) |
| OKLCH | oklch(0.723 0.128 182.4) |
Copy-ready code
/* CSS */
color: #0abfac;
background-color: #0abfac;
/* Tailwind (arbitrary) */
class="text-[#0abfac] bg-[#0abfac]"
/* SCSS */
$brand: #0abfac;
/* SwiftUI */
Color(red: 0.039, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#0abfac")Accessibility — WCAG contrast
Aa
#0abfac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abfac on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#0abfac text on a black background
contrast 9.06:1
Card sample
#0abfac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abfac;
Background color
Panel with #0abfac background
background-color: #0abfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abfac; background: linear-gradient(135deg, #0abfac, #0A59BF);