#72ecfe
a light, electric cyan · cool · closest name: skyblue
RGB
114, 236, 254
HSL
188°, 99%, 72%
CMYK
55, 7, 0, 0
Luminance
0.7072
Every format
| HEX | #72ecfe |
| RGB | rgb(114, 236, 254) |
| HSL | hsl(188, 99%, 72%) |
| CMYK | cmyk(55%, 7%, 0%, 0%) |
| LAB | lab(87.3 -29.3 -19.1) |
| LCH | lch(87.3 35.0 213.1) |
| OKLCH | oklch(0.880 0.112 208.2) |
Copy-ready code
/* CSS */
color: #72ecfe;
background-color: #72ecfe;
/* Tailwind (arbitrary) */
class="text-[#72ecfe] bg-[#72ecfe]"
/* SCSS */
$brand: #72ecfe;
/* SwiftUI */
Color(red: 0.447, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#72ecfe")Accessibility — WCAG contrast
Aa
#72ecfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ecfe on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green92.5%
Blue99.6%
CMYK percentages
Cyan55.1%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#72ecfe text on a black background
contrast 15.14:1
Card sample
#72ecfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ecfe;
Background color
Panel with #72ecfe background
background-color: #72ecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ecfe; background: linear-gradient(135deg, #72ecfe, #728FFE);