#45abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 171, 207
HSL
196°, 59%, 54%
CMYK
67, 17, 0, 19
Luminance
0.3490
Every format
| HEX | #45abcf |
| RGB | rgb(69, 171, 207) |
| HSL | hsl(196, 59%, 54%) |
| CMYK | cmyk(67%, 17%, 0%, 19%) |
| LAB | lab(65.7 -18.2 -27.0) |
| LCH | lch(65.7 32.5 235.9) |
| OKLCH | oklch(0.697 0.107 224.9) |
Copy-ready code
/* CSS */
color: #45abcf;
background-color: #45abcf;
/* Tailwind (arbitrary) */
class="text-[#45abcf] bg-[#45abcf]"
/* SCSS */
$brand: #45abcf;
/* SwiftUI */
Color(red: 0.271, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#45abcf")Accessibility — WCAG contrast
Aa
#45abcf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45abcf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green67.1%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#45abcf text on a black background
contrast 7.98:1
Card sample
#45abcf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45abcf;
Background color
Panel with #45abcf background
background-color: #45abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45abcf; background: linear-gradient(135deg, #45abcf, #454FCF);