#07afee
a balanced, electric cyan · cool · closest name: steelblue
RGB
7, 175, 238
HSL
196°, 94%, 48%
CMYK
97, 27, 0, 7
Luminance
0.3688
Every format
| HEX | #07afee |
| RGB | rgb(7, 175, 238) |
| HSL | hsl(196, 94%, 48%) |
| CMYK | cmyk(97%, 27%, 0%, 7%) |
| LAB | lab(67.2 -14.9 -41.7) |
| LCH | lch(67.2 44.3 250.3) |
| OKLCH | oklch(0.710 0.147 233.6) |
Copy-ready code
/* CSS */
color: #07afee;
background-color: #07afee;
/* Tailwind (arbitrary) */
class="text-[#07afee] bg-[#07afee]"
/* SCSS */
$brand: #07afee;
/* SwiftUI */
Color(red: 0.027, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#07afee")Accessibility — WCAG contrast
Aa
#07afee on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07afee on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green68.6%
Blue93.3%
CMYK percentages
Cyan97.1%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#07afee text on a black background
contrast 8.38:1
Card sample
#07afee text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07afee;
Background color
Panel with #07afee background
background-color: #07afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07afee; background: linear-gradient(135deg, #07afee, #0715EE);