#0afbdc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 251, 220
HSL
172°, 97%, 51%
CMYK
96, 0, 12, 2
Luminance
0.7423
Every format
| HEX | #0afbdc |
| RGB | rgb(10, 251, 220) |
| HSL | hsl(172, 97%, 51%) |
| CMYK | cmyk(96%, 0%, 12%, 2%) |
| LAB | lab(89.0 -55.8 1.0) |
| LCH | lch(89.0 55.8 179.0) |
| OKLCH | oklch(0.885 0.161 179.4) |
Copy-ready code
/* CSS */
color: #0afbdc;
background-color: #0afbdc;
/* Tailwind (arbitrary) */
class="text-[#0afbdc] bg-[#0afbdc]"
/* SCSS */
$brand: #0afbdc;
/* SwiftUI */
Color(red: 0.039, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#0afbdc")Accessibility — WCAG contrast
Aa
#0afbdc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afbdc on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green98.4%
Blue86.3%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#0afbdc text on a black background
contrast 15.85:1
Card sample
#0afbdc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afbdc;
Background color
Panel with #0afbdc background
background-color: #0afbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afbdc; background: linear-gradient(135deg, #0afbdc, #0A79FB);