#07affc
a balanced, electric cyan · cool · closest name: steelblue
RGB
7, 175, 252
HSL
199°, 98%, 51%
CMYK
97, 31, 0, 1
Luminance
0.3773
Every format
| HEX | #07affc |
| RGB | rgb(7, 175, 252) |
| HSL | hsl(199, 98%, 51%) |
| CMYK | cmyk(97%, 31%, 0%, 1%) |
| LAB | lab(67.8 -9.9 -48.3) |
| LCH | lch(67.8 49.3 258.4) |
| OKLCH | oklch(0.717 0.160 238.9) |
Copy-ready code
/* CSS */
color: #07affc;
background-color: #07affc;
/* Tailwind (arbitrary) */
class="text-[#07affc] bg-[#07affc]"
/* SCSS */
$brand: #07affc;
/* SwiftUI */
Color(red: 0.027, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#07affc")Accessibility — WCAG contrast
Aa
#07affc on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07affc on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green68.6%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#07affc text on a black background
contrast 8.55:1
Card sample
#07affc text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07affc;
Background color
Panel with #07affc background
background-color: #07affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07affc; background: linear-gradient(135deg, #07affc, #070CFC);