#0afbc0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 251, 192
HSL
165°, 97%, 51%
CMYK
96, 0, 24, 2
Luminance
0.7286
Every format
| HEX | #0afbc0 |
| RGB | rgb(10, 251, 192) |
| HSL | hsl(165, 97%, 51%) |
| CMYK | cmyk(96%, 0%, 24%, 2%) |
| LAB | lab(88.4 -62.7 14.6) |
| LCH | lch(88.4 64.4 166.9) |
| OKLCH | oklch(0.878 0.177 167.9) |
Copy-ready code
/* CSS */
color: #0afbc0;
background-color: #0afbc0;
/* Tailwind (arbitrary) */
class="text-[#0afbc0] bg-[#0afbc0]"
/* SCSS */
$brand: #0afbc0;
/* SwiftUI */
Color(red: 0.039, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#0afbc0")Accessibility — WCAG contrast
Aa
#0afbc0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afbc0 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green98.4%
Blue75.3%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#0afbc0 text on a black background
contrast 15.57:1
Card sample
#0afbc0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afbc0;
Background color
Panel with #0afbc0 background
background-color: #0afbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afbc0; background: linear-gradient(135deg, #0afbc0, #0A95FB);