#73cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
115, 205, 223
HSL
190°, 63%, 66%
CMYK
48, 8, 0, 13
Luminance
0.5264
Every format
| HEX | #73cddf |
| RGB | rgb(115, 205, 223) |
| HSL | hsl(190, 63%, 66%) |
| CMYK | cmyk(48%, 8%, 0%, 13%) |
| LAB | lab(77.7 -22.2 -17.3) |
| LCH | lch(77.7 28.1 217.9) |
| OKLCH | oklch(0.799 0.090 212.0) |
Copy-ready code
/* CSS */
color: #73cddf;
background-color: #73cddf;
/* Tailwind (arbitrary) */
class="text-[#73cddf] bg-[#73cddf]"
/* SCSS */
$brand: #73cddf;
/* SwiftUI */
Color(red: 0.451, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#73cddf")Accessibility — WCAG contrast
Aa
#73cddf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cddf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.4%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#73cddf text on a black background
contrast 11.53:1
Card sample
#73cddf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cddf;
Background color
Panel with #73cddf background
background-color: #73cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cddf; background: linear-gradient(135deg, #73cddf, #7385DF);