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