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