#0aebbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 235, 188
HSL
168°, 92%, 48%
CMYK
96, 0, 20, 8
Luminance
0.6311
Every format
| HEX | #0aebbc |
| RGB | rgb(10, 235, 188) |
| HSL | hsl(168, 92%, 48%) |
| CMYK | cmyk(96%, 0%, 20%, 8%) |
| LAB | lab(83.5 -57.6 9.7) |
| LCH | lch(83.5 58.4 170.4) |
| OKLCH | oklch(0.837 0.163 171.3) |
Copy-ready code
/* CSS */
color: #0aebbc;
background-color: #0aebbc;
/* Tailwind (arbitrary) */
class="text-[#0aebbc] bg-[#0aebbc]"
/* SCSS */
$brand: #0aebbc;
/* SwiftUI */
Color(red: 0.039, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#0aebbc")Accessibility — WCAG contrast
Aa
#0aebbc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aebbc on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green92.2%
Blue73.7%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#0aebbc text on a black background
contrast 13.62:1
Card sample
#0aebbc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aebbc;
Background color
Panel with #0aebbc background
background-color: #0aebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aebbc; background: linear-gradient(135deg, #0aebbc, #0A84EB);