#0ceeb2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 238, 178
HSL
164°, 90%, 49%
CMYK
95, 0, 25, 7
Luminance
0.6444
Every format
| HEX | #0ceeb2 |
| RGB | rgb(12, 238, 178) |
| HSL | hsl(164, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 25%, 7%) |
| LAB | lab(84.2 -61.1 15.9) |
| LCH | lch(84.2 63.1 165.4) |
| OKLCH | oklch(0.842 0.173 166.4) |
Copy-ready code
/* CSS */
color: #0ceeb2;
background-color: #0ceeb2;
/* Tailwind (arbitrary) */
class="text-[#0ceeb2] bg-[#0ceeb2]"
/* SCSS */
$brand: #0ceeb2;
/* SwiftUI */
Color(red: 0.047, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#0ceeb2")Accessibility — WCAG contrast
Aa
#0ceeb2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceeb2 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green93.3%
Blue69.8%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#0ceeb2 text on a black background
contrast 13.89:1
Card sample
#0ceeb2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceeb2;
Background color
Panel with #0ceeb2 background
background-color: #0ceeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceeb2; background: linear-gradient(135deg, #0ceeb2, #0C93EE);