#007fba
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 127, 186
HSL
199°, 100%, 37%
CMYK
100, 32, 0, 27
Luminance
0.1872
Every format
| HEX | #007fba |
| RGB | rgb(0, 127, 186) |
| HSL | hsl(199, 100%, 37%) |
| CMYK | cmyk(100%, 32%, 0%, 27%) |
| LAB | lab(50.4 -7.4 -39.0) |
| LCH | lch(50.4 39.7 259.3) |
| OKLCH | oklch(0.568 0.129 239.5) |
Copy-ready code
/* CSS */
color: #007fba;
background-color: #007fba;
/* Tailwind (arbitrary) */
class="text-[#007fba] bg-[#007fba]"
/* SCSS */
$brand: #007fba;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#007fba")Accessibility — WCAG contrast
Aa
#007fba on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007fba on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta31.7%
Yellow0.0%
Key (black)27.1%
Color previews
#007fba text on a black background
contrast 4.74:1
Card sample
#007fba text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007fba;
Background color
Panel with #007fba background
background-color: #007fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007fba; background: linear-gradient(135deg, #007fba, #0003BA);