#0cedaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 237, 175
HSL
164°, 90%, 49%
CMYK
95, 0, 26, 7
Luminance
0.6374
Every format
| HEX | #0cedaf |
| RGB | rgb(12, 237, 175) |
| HSL | hsl(164, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 26%, 7%) |
| LAB | lab(83.8 -61.4 17.0) |
| LCH | lch(83.8 63.7 164.6) |
| OKLCH | oklch(0.839 0.174 165.6) |
Copy-ready code
/* CSS */
color: #0cedaf;
background-color: #0cedaf;
/* Tailwind (arbitrary) */
class="text-[#0cedaf] bg-[#0cedaf]"
/* SCSS */
$brand: #0cedaf;
/* SwiftUI */
Color(red: 0.047, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#0cedaf")Accessibility — WCAG contrast
Aa
#0cedaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cedaf on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.9%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#0cedaf text on a black background
contrast 13.75:1
Card sample
#0cedaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cedaf;
Background color
Panel with #0cedaf background
background-color: #0cedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cedaf; background: linear-gradient(135deg, #0cedaf, #0C95ED);