#72bef4
a light, electric blue · cool · closest name: skyblue
RGB
114, 190, 244
HSL
205°, 86%, 70%
CMYK
53, 22, 0, 4
Luminance
0.4694
Every format
| HEX | #72bef4 |
| RGB | rgb(114, 190, 244) |
| HSL | hsl(205, 86%, 70%) |
| CMYK | cmyk(53%, 22%, 0%, 4%) |
| LAB | lab(74.2 -8.7 -34.0) |
| LCH | lch(74.2 35.0 255.6) |
| OKLCH | oklch(0.773 0.108 241.0) |
Copy-ready code
/* CSS */
color: #72bef4;
background-color: #72bef4;
/* Tailwind (arbitrary) */
class="text-[#72bef4] bg-[#72bef4]"
/* SCSS */
$brand: #72bef4;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.957)
/* Android */
Color.parseColor("#72bef4")Accessibility — WCAG contrast
Aa
#72bef4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bef4 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue95.7%
CMYK percentages
Cyan53.3%
Magenta22.1%
Yellow0.0%
Key (black)4.3%
Color previews
#72bef4 text on a black background
contrast 10.39:1
Card sample
#72bef4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bef4;
Background color
Panel with #72bef4 background
background-color: #72bef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bef4; background: linear-gradient(135deg, #72bef4, #7D72F4);