#07dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
7, 219, 235
HSL
184°, 94%, 48%
CMYK
97, 7, 0, 8
Luminance
0.5671
Every format
| HEX | #07dbeb |
| RGB | rgb(7, 219, 235) |
| HSL | hsl(184, 94%, 48%) |
| CMYK | cmyk(97%, 7%, 0%, 8%) |
| LAB | lab(80.0 -37.9 -20.3) |
| LCH | lch(80.0 43.0 208.2) |
| OKLCH | oklch(0.813 0.138 204.2) |
Copy-ready code
/* CSS */
color: #07dbeb;
background-color: #07dbeb;
/* Tailwind (arbitrary) */
class="text-[#07dbeb] bg-[#07dbeb]"
/* SCSS */
$brand: #07dbeb;
/* SwiftUI */
Color(red: 0.027, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#07dbeb")Accessibility — WCAG contrast
Aa
#07dbeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07dbeb on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green85.9%
Blue92.2%
CMYK percentages
Cyan97.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#07dbeb text on a black background
contrast 12.34:1
Card sample
#07dbeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07dbeb;
Background color
Panel with #07dbeb background
background-color: #07dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07dbeb; background: linear-gradient(135deg, #07dbeb, #0743EB);