#73c2db
a light, vivid cyan · cool · closest name: skyblue
RGB
115, 194, 219
HSL
194°, 59%, 66%
CMYK
48, 11, 0, 14
Luminance
0.4734
Every format
| HEX | #73c2db |
| RGB | rgb(115, 194, 219) |
| HSL | hsl(194, 59%, 66%) |
| CMYK | cmyk(48%, 11%, 0%, 14%) |
| LAB | lab(74.4 -17.7 -20.0) |
| LCH | lch(74.4 26.7 228.6) |
| OKLCH | oklch(0.772 0.085 220.4) |
Copy-ready code
/* CSS */
color: #73c2db;
background-color: #73c2db;
/* Tailwind (arbitrary) */
class="text-[#73c2db] bg-[#73c2db]"
/* SCSS */
$brand: #73c2db;
/* SwiftUI */
Color(red: 0.451, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#73c2db")Accessibility — WCAG contrast
Aa
#73c2db on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c2db on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green76.1%
Blue85.9%
CMYK percentages
Cyan47.5%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#73c2db text on a black background
contrast 10.47:1
Card sample
#73c2db text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c2db;
Background color
Panel with #73c2db background
background-color: #73c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c2db; background: linear-gradient(135deg, #73c2db, #737DDB);