#45b6df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 182, 223
HSL
196°, 71%, 57%
CMYK
69, 18, 0, 13
Luminance
0.4005
Every format
| HEX | #45b6df |
| RGB | rgb(69, 182, 223) |
| HSL | hsl(196, 71%, 57%) |
| CMYK | cmyk(69%, 18%, 0%, 13%) |
| LAB | lab(69.5 -18.9 -29.9) |
| LCH | lch(69.5 35.3 237.6) |
| OKLCH | oklch(0.729 0.116 226.0) |
Copy-ready code
/* CSS */
color: #45b6df;
background-color: #45b6df;
/* Tailwind (arbitrary) */
class="text-[#45b6df] bg-[#45b6df]"
/* SCSS */
$brand: #45b6df;
/* SwiftUI */
Color(red: 0.271, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#45b6df")Accessibility — WCAG contrast
Aa
#45b6df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45b6df on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green71.4%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#45b6df text on a black background
contrast 9.01:1
Card sample
#45b6df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45b6df;
Background color
Panel with #45b6df background
background-color: #45b6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45b6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45b6df; background: linear-gradient(135deg, #45b6df, #454FDF);