#0afbf2
a balanced, electric cyan · cool · closest name: cyan
RGB
10, 251, 242
HSL
178°, 97%, 51%
CMYK
96, 0, 4, 2
Luminance
0.7547
Every format
| HEX | #0afbf2 |
| RGB | rgb(10, 251, 242) |
| HSL | hsl(178, 97%, 51%) |
| CMYK | cmyk(96%, 0%, 4%, 2%) |
| LAB | lab(89.6 -49.9 -9.6) |
| LCH | lch(89.6 50.8 190.9) |
| OKLCH | oklch(0.892 0.153 190.1) |
Copy-ready code
/* CSS */
color: #0afbf2;
background-color: #0afbf2;
/* Tailwind (arbitrary) */
class="text-[#0afbf2] bg-[#0afbf2]"
/* SCSS */
$brand: #0afbf2;
/* SwiftUI */
Color(red: 0.039, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#0afbf2")Accessibility — WCAG contrast
Aa
#0afbf2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afbf2 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green98.4%
Blue94.9%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#0afbf2 text on a black background
contrast 16.09:1
Card sample
#0afbf2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afbf2;
Background color
Panel with #0afbf2 background
background-color: #0afbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afbf2; background: linear-gradient(135deg, #0afbf2, #0A63FB);