#07bcdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 188, 223
HSL
190°, 94%, 45%
CMYK
97, 16, 0, 13
Luminance
0.4134
Every format
| HEX | #07bcdf |
| RGB | rgb(7, 188, 223) |
| HSL | hsl(190, 94%, 45%) |
| CMYK | cmyk(97%, 16%, 0%, 13%) |
| LAB | lab(70.4 -26.9 -28.5) |
| LCH | lch(70.4 39.2 226.7) |
| OKLCH | oklch(0.734 0.131 217.7) |
Copy-ready code
/* CSS */
color: #07bcdf;
background-color: #07bcdf;
/* Tailwind (arbitrary) */
class="text-[#07bcdf] bg-[#07bcdf]"
/* SCSS */
$brand: #07bcdf;
/* SwiftUI */
Color(red: 0.027, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#07bcdf")Accessibility — WCAG contrast
Aa
#07bcdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07bcdf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#07bcdf text on a black background
contrast 9.27:1
Card sample
#07bcdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07bcdf;
Background color
Panel with #07bcdf background
background-color: #07bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07bcdf; background: linear-gradient(135deg, #07bcdf, #072CDF);