#0ceac0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 234, 192
HSL
169°, 90%, 48%
CMYK
95, 0, 18, 8
Luminance
0.6273
Every format
| HEX | #0ceac0 |
| RGB | rgb(12, 234, 192) |
| HSL | hsl(169, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 18%, 8%) |
| LAB | lab(83.3 -56.2 7.3) |
| LCH | lch(83.3 56.7 172.6) |
| OKLCH | oklch(0.836 0.159 173.3) |
Copy-ready code
/* CSS */
color: #0ceac0;
background-color: #0ceac0;
/* Tailwind (arbitrary) */
class="text-[#0ceac0] bg-[#0ceac0]"
/* SCSS */
$brand: #0ceac0;
/* SwiftUI */
Color(red: 0.047, green: 0.918, blue: 0.753)
/* Android */
Color.parseColor("#0ceac0")Accessibility — WCAG contrast
Aa
#0ceac0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceac0 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green91.8%
Blue75.3%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow17.9%
Key (black)8.2%
Color previews
#0ceac0 text on a black background
contrast 13.55:1
Card sample
#0ceac0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceac0;
Background color
Panel with #0ceac0 background
background-color: #0ceac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 234, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 234, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceac0; background: linear-gradient(135deg, #0ceac0, #0C80EA);