#73cfee
a light, electric cyan · cool · closest name: skyblue
RGB
115, 207, 238
HSL
195°, 78%, 69%
CMYK
52, 13, 0, 7
Luminance
0.5444
Every format
| HEX | #73cfee |
| RGB | rgb(115, 207, 238) |
| HSL | hsl(195, 78%, 69%) |
| CMYK | cmyk(52%, 13%, 0%, 7%) |
| LAB | lab(78.7 -19.1 -23.7) |
| LCH | lch(78.7 30.5 231.1) |
| OKLCH | oklch(0.809 0.098 222.1) |
Copy-ready code
/* CSS */
color: #73cfee;
background-color: #73cfee;
/* Tailwind (arbitrary) */
class="text-[#73cfee] bg-[#73cfee]"
/* SCSS */
$brand: #73cfee;
/* SwiftUI */
Color(red: 0.451, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#73cfee")Accessibility — WCAG contrast
Aa
#73cfee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cfee on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green81.2%
Blue93.3%
CMYK percentages
Cyan51.7%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#73cfee text on a black background
contrast 11.89:1
Card sample
#73cfee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cfee;
Background color
Panel with #73cfee background
background-color: #73cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cfee; background: linear-gradient(135deg, #73cfee, #737DEE);