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