#45cfdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 207, 220
HSL
185°, 68%, 57%
CMYK
69, 6, 0, 14
Luminance
0.5106
Every format
| HEX | #45cfdc |
| RGB | rgb(69, 207, 220) |
| HSL | hsl(185, 68%, 57%) |
| CMYK | cmyk(69%, 6%, 0%, 14%) |
| LAB | lab(76.7 -32.3 -17.2) |
| LCH | lch(76.7 36.6 208.1) |
| OKLCH | oklch(0.787 0.117 204.2) |
Copy-ready code
/* CSS */
color: #45cfdc;
background-color: #45cfdc;
/* Tailwind (arbitrary) */
class="text-[#45cfdc] bg-[#45cfdc]"
/* SCSS */
$brand: #45cfdc;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#45cfdc")Accessibility — WCAG contrast
Aa
#45cfdc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfdc on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue86.3%
CMYK percentages
Cyan68.6%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#45cfdc text on a black background
contrast 11.21:1
Card sample
#45cfdc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfdc;
Background color
Panel with #45cfdc background
background-color: #45cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfdc; background: linear-gradient(135deg, #45cfdc, #456ADC);