#45a2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
69, 162, 207
HSL
200°, 59%, 54%
CMYK
67, 22, 0, 19
Luminance
0.3161
Every format
| HEX | #45a2cf |
| RGB | rgb(69, 162, 207) |
| HSL | hsl(200, 59%, 54%) |
| CMYK | cmyk(67%, 22%, 0%, 19%) |
| LAB | lab(63.0 -13.4 -31.1) |
| LCH | lch(63.0 33.8 246.6) |
| OKLCH | oklch(0.675 0.109 232.7) |
Copy-ready code
/* CSS */
color: #45a2cf;
background-color: #45a2cf;
/* Tailwind (arbitrary) */
class="text-[#45a2cf] bg-[#45a2cf]"
/* SCSS */
$brand: #45a2cf;
/* SwiftUI */
Color(red: 0.271, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#45a2cf")Accessibility — WCAG contrast
Aa
#45a2cf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45a2cf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green63.5%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#45a2cf text on a black background
contrast 7.32:1
Card sample
#45a2cf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45a2cf;
Background color
Panel with #45a2cf background
background-color: #45a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45a2cf; background: linear-gradient(135deg, #45a2cf, #4546CF);