#0ccfac
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 207, 172
HSL
169°, 89%, 43%
CMYK
94, 0, 17, 19
Luminance
0.4768
Every format
| HEX | #0ccfac |
| RGB | rgb(12, 207, 172) |
| HSL | hsl(169, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 17%, 19%) |
| LAB | lab(74.6 -50.5 5.5) |
| LCH | lch(74.6 50.8 173.8) |
| OKLCH | oklch(0.763 0.143 174.5) |
Copy-ready code
/* CSS */
color: #0ccfac;
background-color: #0ccfac;
/* Tailwind (arbitrary) */
class="text-[#0ccfac] bg-[#0ccfac]"
/* SCSS */
$brand: #0ccfac;
/* SwiftUI */
Color(red: 0.047, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#0ccfac")Accessibility — WCAG contrast
Aa
#0ccfac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccfac on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green81.2%
Blue67.5%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#0ccfac text on a black background
contrast 10.54:1
Card sample
#0ccfac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccfac;
Background color
Panel with #0ccfac background
background-color: #0ccfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccfac; background: linear-gradient(135deg, #0ccfac, #0C70CF);