#0ceade
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 234, 222
HSL
177°, 90%, 48%
CMYK
95, 0, 5, 8
Luminance
0.6420
Every format
| HEX | #0ceade |
| RGB | rgb(12, 234, 222) |
| HSL | hsl(177, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 5%, 8%) |
| LAB | lab(84.1 -48.2 -7.4) |
| LCH | lch(84.1 48.8 188.7) |
| OKLCH | oklch(0.845 0.146 188.2) |
Copy-ready code
/* CSS */
color: #0ceade;
background-color: #0ceade;
/* Tailwind (arbitrary) */
class="text-[#0ceade] bg-[#0ceade]"
/* SCSS */
$brand: #0ceade;
/* SwiftUI */
Color(red: 0.047, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#0ceade")Accessibility — WCAG contrast
Aa
#0ceade on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceade on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green91.8%
Blue87.1%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#0ceade text on a black background
contrast 13.84:1
Card sample
#0ceade text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceade;
Background color
Panel with #0ceade background
background-color: #0ceade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceade; background: linear-gradient(135deg, #0ceade, #0C62EA);