#3c97db
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 151, 219
HSL
206°, 69%, 55%
CMYK
73, 31, 0, 14
Luminance
0.2821
Every format
| HEX | #3c97db |
| RGB | rgb(60, 151, 219) |
| HSL | hsl(206, 69%, 55%) |
| CMYK | cmyk(73%, 31%, 0%, 14%) |
| LAB | lab(60.1 -4.5 -42.4) |
| LCH | lch(60.1 42.6 263.9) |
| OKLCH | oklch(0.653 0.133 244.7) |
Copy-ready code
/* CSS */
color: #3c97db;
background-color: #3c97db;
/* Tailwind (arbitrary) */
class="text-[#3c97db] bg-[#3c97db]"
/* SCSS */
$brand: #3c97db;
/* SwiftUI */
Color(red: 0.235, green: 0.592, blue: 0.859)
/* Android */
Color.parseColor("#3c97db")Accessibility — WCAG contrast
Aa
#3c97db on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c97db on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green59.2%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta31.1%
Yellow0.0%
Key (black)14.1%
Color previews
#3c97db text on a black background
contrast 6.64:1
Card sample
#3c97db text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c97db;
Background color
Panel with #3c97db background
background-color: #3c97db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c97db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 151, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 151, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c97db; background: linear-gradient(135deg, #3c97db, #4B3CDB);