#07ebfc
a balanced, electric cyan · cool · closest name: cyan
RGB
7, 235, 252
HSL
184°, 98%, 51%
CMYK
97, 7, 0, 1
Luminance
0.6649
Every format
| HEX | #07ebfc |
| RGB | rgb(7, 235, 252) |
| HSL | hsl(184, 98%, 51%) |
| CMYK | cmyk(97%, 7%, 0%, 1%) |
| LAB | lab(85.2 -40.0 -21.4) |
| LCH | lch(85.2 45.4 208.1) |
| OKLCH | oklch(0.857 0.146 204.2) |
Copy-ready code
/* CSS */
color: #07ebfc;
background-color: #07ebfc;
/* Tailwind (arbitrary) */
class="text-[#07ebfc] bg-[#07ebfc]"
/* SCSS */
$brand: #07ebfc;
/* SwiftUI */
Color(red: 0.027, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#07ebfc")Accessibility — WCAG contrast
Aa
#07ebfc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ebfc on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green92.2%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#07ebfc text on a black background
contrast 14.30:1
Card sample
#07ebfc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ebfc;
Background color
Panel with #07ebfc background
background-color: #07ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ebfc; background: linear-gradient(135deg, #07ebfc, #0748FC);