#07b9da
a dark, electric cyan · cool · closest name: skyblue
RGB
7, 185, 218
HSL
189°, 94%, 44%
CMYK
97, 15, 0, 15
Luminance
0.3981
Every format
| HEX | #07b9da |
| RGB | rgb(7, 185, 218) |
| HSL | hsl(189, 94%, 44%) |
| CMYK | cmyk(97%, 15%, 0%, 15%) |
| LAB | lab(69.3 -27.0 -27.5) |
| LCH | lch(69.3 38.5 225.5) |
| OKLCH | oklch(0.725 0.129 216.8) |
Copy-ready code
/* CSS */
color: #07b9da;
background-color: #07b9da;
/* Tailwind (arbitrary) */
class="text-[#07b9da] bg-[#07b9da]"
/* SCSS */
$brand: #07b9da;
/* SwiftUI */
Color(red: 0.027, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#07b9da")Accessibility — WCAG contrast
Aa
#07b9da on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07b9da on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green72.5%
Blue85.5%
CMYK percentages
Cyan96.8%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#07b9da text on a black background
contrast 8.96:1
Card sample
#07b9da text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07b9da;
Background color
Panel with #07b9da background
background-color: #07b9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07b9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07b9da; background: linear-gradient(135deg, #07b9da, #072CDA);