#0ceccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 236, 207
HSL
172°, 90%, 49%
CMYK
95, 0, 12, 8
Luminance
0.6457
Every format
| HEX | #0ceccf |
| RGB | rgb(12, 236, 207) |
| HSL | hsl(172, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 12%, 8%) |
| LAB | lab(84.3 -53.1 0.8) |
| LCH | lch(84.3 53.1 179.1) |
| OKLCH | oklch(0.845 0.153 179.5) |
Copy-ready code
/* CSS */
color: #0ceccf;
background-color: #0ceccf;
/* Tailwind (arbitrary) */
class="text-[#0ceccf] bg-[#0ceccf]"
/* SCSS */
$brand: #0ceccf;
/* SwiftUI */
Color(red: 0.047, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#0ceccf")Accessibility — WCAG contrast
Aa
#0ceccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceccf on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#0ceccf text on a black background
contrast 13.91:1
Card sample
#0ceccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceccf;
Background color
Panel with #0ceccf background
background-color: #0ceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceccf; background: linear-gradient(135deg, #0ceccf, #0C74EC);