#45bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 188, 223
HSL
194°, 71%, 57%
CMYK
69, 16, 0, 13
Luminance
0.4256
Every format
| HEX | #45bcdf |
| RGB | rgb(69, 188, 223) |
| HSL | hsl(194, 71%, 57%) |
| CMYK | cmyk(69%, 16%, 0%, 13%) |
| LAB | lab(71.3 -22.0 -27.2) |
| LCH | lch(71.3 35.0 231.0) |
| OKLCH | oklch(0.743 0.115 221.2) |
Copy-ready code
/* CSS */
color: #45bcdf;
background-color: #45bcdf;
/* Tailwind (arbitrary) */
class="text-[#45bcdf] bg-[#45bcdf]"
/* SCSS */
$brand: #45bcdf;
/* SwiftUI */
Color(red: 0.271, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#45bcdf")Accessibility — WCAG contrast
Aa
#45bcdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45bcdf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green73.7%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#45bcdf text on a black background
contrast 9.51:1
Card sample
#45bcdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45bcdf;
Background color
Panel with #45bcdf background
background-color: #45bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45bcdf; background: linear-gradient(135deg, #45bcdf, #4556DF);