#0ceacd
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 234, 205
HSL
172°, 90%, 48%
CMYK
95, 0, 12, 8
Luminance
0.6333
Every format
| HEX | #0ceacd |
| RGB | rgb(12, 234, 205) |
| HSL | hsl(172, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 12%, 8%) |
| LAB | lab(83.6 -52.9 0.9) |
| LCH | lch(83.6 52.9 179.0) |
| OKLCH | oklch(0.840 0.152 179.4) |
Copy-ready code
/* CSS */
color: #0ceacd;
background-color: #0ceacd;
/* Tailwind (arbitrary) */
class="text-[#0ceacd] bg-[#0ceacd]"
/* SCSS */
$brand: #0ceacd;
/* SwiftUI */
Color(red: 0.047, green: 0.918, blue: 0.804)
/* Android */
Color.parseColor("#0ceacd")Accessibility — WCAG contrast
Aa
#0ceacd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceacd on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green91.8%
Blue80.4%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow12.4%
Key (black)8.2%
Color previews
#0ceacd text on a black background
contrast 13.67:1
Card sample
#0ceacd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceacd;
Background color
Panel with #0ceacd background
background-color: #0ceacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 234, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 234, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceacd; background: linear-gradient(135deg, #0ceacd, #0C73EA);