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