#07aceb
a balanced, electric cyan · cool · closest name: steelblue
RGB
7, 172, 235
HSL
197°, 94%, 48%
CMYK
97, 27, 0, 8
Luminance
0.3555
Every format
| HEX | #07aceb |
| RGB | rgb(7, 172, 235) |
| HSL | hsl(197, 94%, 48%) |
| CMYK | cmyk(97%, 27%, 0%, 8%) |
| LAB | lab(66.2 -14.4 -41.7) |
| LCH | lch(66.2 44.1 250.9) |
| OKLCH | oklch(0.702 0.146 234.0) |
Copy-ready code
/* CSS */
color: #07aceb;
background-color: #07aceb;
/* Tailwind (arbitrary) */
class="text-[#07aceb] bg-[#07aceb]"
/* SCSS */
$brand: #07aceb;
/* SwiftUI */
Color(red: 0.027, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#07aceb")Accessibility — WCAG contrast
Aa
#07aceb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07aceb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green67.5%
Blue92.2%
CMYK percentages
Cyan97.0%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#07aceb text on a black background
contrast 8.11:1
Card sample
#07aceb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07aceb;
Background color
Panel with #07aceb background
background-color: #07aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07aceb; background: linear-gradient(135deg, #07aceb, #0714EB);