#0affc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 255, 201
HSL
167°, 100%, 52%
CMYK
96, 0, 21, 0
Luminance
0.7580
Every format
| HEX | #0affc9 |
| RGB | rgb(10, 255, 201) |
| HSL | hsl(167, 100%, 52%) |
| CMYK | cmyk(96%, 0%, 21%, 0%) |
| LAB | lab(89.8 -62.1 11.9) |
| LCH | lch(89.8 63.3 169.2) |
| OKLCH | oklch(0.890 0.175 170.1) |
Copy-ready code
/* CSS */
color: #0affc9;
background-color: #0affc9;
/* Tailwind (arbitrary) */
class="text-[#0affc9] bg-[#0affc9]"
/* SCSS */
$brand: #0affc9;
/* SwiftUI */
Color(red: 0.039, green: 1.000, blue: 0.788)
/* Android */
Color.parseColor("#0affc9")Accessibility — WCAG contrast
Aa
#0affc9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0affc9 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green100.0%
Blue78.8%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow21.2%
Key (black)0.0%
Color previews
#0affc9 text on a black background
contrast 16.16:1
Card sample
#0affc9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0affc9;
Background color
Panel with #0affc9 background
background-color: #0affc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0affc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 255, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 255, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0affc9; background: linear-gradient(135deg, #0affc9, #0A92FF);