#3297bf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
50, 151, 191
HSL
197°, 59%, 47%
CMYK
74, 21, 0, 25
Luminance
0.2657
Every format
| HEX | #3297bf |
| RGB | rgb(50, 151, 191) |
| HSL | hsl(197, 59%, 47%) |
| CMYK | cmyk(74%, 21%, 0%, 25%) |
| LAB | lab(58.6 -15.5 -29.0) |
| LCH | lch(58.6 32.9 241.9) |
| OKLCH | oklch(0.636 0.108 228.9) |
Copy-ready code
/* CSS */
color: #3297bf;
background-color: #3297bf;
/* Tailwind (arbitrary) */
class="text-[#3297bf] bg-[#3297bf]"
/* SCSS */
$brand: #3297bf;
/* SwiftUI */
Color(red: 0.196, green: 0.592, blue: 0.749)
/* Android */
Color.parseColor("#3297bf")Accessibility — WCAG contrast
Aa
#3297bf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3297bf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green59.2%
Blue74.9%
CMYK percentages
Cyan73.8%
Magenta20.9%
Yellow0.0%
Key (black)25.1%
Color previews
#3297bf text on a black background
contrast 6.31:1
Card sample
#3297bf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3297bf;
Background color
Panel with #3297bf background
background-color: #3297bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3297bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 151, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 151, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3297bf; background: linear-gradient(135deg, #3297bf, #3239BF);