#0797cd
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 151, 205
HSL
196°, 93%, 42%
CMYK
97, 26, 0, 20
Luminance
0.2659
Every format
| HEX | #0797cd |
| RGB | rgb(7, 151, 205) |
| HSL | hsl(196, 93%, 42%) |
| CMYK | cmyk(97%, 26%, 0%, 20%) |
| LAB | lab(58.6 -13.7 -36.9) |
| LCH | lch(58.6 39.4 249.6) |
| OKLCH | oklch(0.637 0.131 233.1) |
Copy-ready code
/* CSS */
color: #0797cd;
background-color: #0797cd;
/* Tailwind (arbitrary) */
class="text-[#0797cd] bg-[#0797cd]"
/* SCSS */
$brand: #0797cd;
/* SwiftUI */
Color(red: 0.027, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#0797cd")Accessibility — WCAG contrast
Aa
#0797cd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0797cd on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green59.2%
Blue80.4%
CMYK percentages
Cyan96.6%
Magenta26.3%
Yellow0.0%
Key (black)19.6%
Color previews
#0797cd text on a black background
contrast 6.32:1
Card sample
#0797cd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0797cd;
Background color
Panel with #0797cd background
background-color: #0797cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0797cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0797cd; background: linear-gradient(135deg, #0797cd, #0713CD);