#0ce7af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 231, 175
HSL
165°, 90%, 48%
CMYK
95, 0, 24, 9
Luminance
0.6033
Every format
| HEX | #0ce7af |
| RGB | rgb(12, 231, 175) |
| HSL | hsl(165, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 24%, 9%) |
| LAB | lab(82.0 -59.2 14.4) |
| LCH | lch(82.0 60.9 166.3) |
| OKLCH | oklch(0.824 0.167 167.3) |
Copy-ready code
/* CSS */
color: #0ce7af;
background-color: #0ce7af;
/* Tailwind (arbitrary) */
class="text-[#0ce7af] bg-[#0ce7af]"
/* SCSS */
$brand: #0ce7af;
/* SwiftUI */
Color(red: 0.047, green: 0.906, blue: 0.686)
/* Android */
Color.parseColor("#0ce7af")Accessibility — WCAG contrast
Aa
#0ce7af on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ce7af on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green90.6%
Blue68.6%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow24.2%
Key (black)9.4%
Color previews
#0ce7af text on a black background
contrast 13.07:1
Card sample
#0ce7af text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ce7af;
Background color
Panel with #0ce7af background
background-color: #0ce7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ce7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 231, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 231, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ce7af; background: linear-gradient(135deg, #0ce7af, #0C8DE7);