#0cebaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 235, 175
HSL
164°, 90%, 48%
CMYK
95, 0, 26, 8
Luminance
0.6259
Every format
| HEX | #0cebaf |
| RGB | rgb(12, 235, 175) |
| HSL | hsl(164, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 26%, 8%) |
| LAB | lab(83.2 -60.7 16.1) |
| LCH | lch(83.2 62.8 165.1) |
| OKLCH | oklch(0.834 0.172 166.1) |
Copy-ready code
/* CSS */
color: #0cebaf;
background-color: #0cebaf;
/* Tailwind (arbitrary) */
class="text-[#0cebaf] bg-[#0cebaf]"
/* SCSS */
$brand: #0cebaf;
/* SwiftUI */
Color(red: 0.047, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#0cebaf")Accessibility — WCAG contrast
Aa
#0cebaf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cebaf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.2%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#0cebaf text on a black background
contrast 13.52:1
Card sample
#0cebaf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cebaf;
Background color
Panel with #0cebaf background
background-color: #0cebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cebaf; background: linear-gradient(135deg, #0cebaf, #0C92EB);