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