#45b3cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 179, 207
HSL
192°, 59%, 54%
CMYK
67, 14, 0, 19
Luminance
0.3801
Every format
| HEX | #45b3cf |
| RGB | rgb(69, 179, 207) |
| HSL | hsl(192, 59%, 54%) |
| CMYK | cmyk(67%, 14%, 0%, 19%) |
| LAB | lab(68.0 -22.4 -23.3) |
| LCH | lch(68.0 32.3 226.2) |
| OKLCH | oklch(0.715 0.106 217.9) |
Copy-ready code
/* CSS */
color: #45b3cf;
background-color: #45b3cf;
/* Tailwind (arbitrary) */
class="text-[#45b3cf] bg-[#45b3cf]"
/* SCSS */
$brand: #45b3cf;
/* SwiftUI */
Color(red: 0.271, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#45b3cf")Accessibility — WCAG contrast
Aa
#45b3cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45b3cf on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green70.2%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#45b3cf text on a black background
contrast 8.60:1
Card sample
#45b3cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45b3cf;
Background color
Panel with #45b3cf background
background-color: #45b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45b3cf; background: linear-gradient(135deg, #45b3cf, #4557CF);