#0ccfba
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 207, 186
HSL
174°, 89%, 43%
CMYK
94, 0, 10, 19
Luminance
0.4825
Every format
| HEX | #0ccfba |
| RGB | rgb(12, 207, 186) |
| HSL | hsl(174, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 10%, 19%) |
| LAB | lab(75.0 -46.8 -1.6) |
| LCH | lch(75.0 46.8 181.9) |
| OKLCH | oklch(0.767 0.136 182.1) |
Copy-ready code
/* CSS */
color: #0ccfba;
background-color: #0ccfba;
/* Tailwind (arbitrary) */
class="text-[#0ccfba] bg-[#0ccfba]"
/* SCSS */
$brand: #0ccfba;
/* SwiftUI */
Color(red: 0.047, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#0ccfba")Accessibility — WCAG contrast
Aa
#0ccfba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccfba on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#0ccfba text on a black background
contrast 10.65:1
Card sample
#0ccfba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccfba;
Background color
Panel with #0ccfba background
background-color: #0ccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccfba; background: linear-gradient(135deg, #0ccfba, #0C62CF);