#72beff
a light, electric blue · cool · closest name: skyblue
RGB
114, 190, 255
HSL
208°, 100%, 72%
CMYK
55, 26, 0, 0
Luminance
0.4762
Every format
| HEX | #72beff |
| RGB | rgb(114, 190, 255) |
| HSL | hsl(208, 100%, 72%) |
| CMYK | cmyk(55%, 26%, 0%, 0%) |
| LAB | lab(74.6 -5.4 -39.2) |
| LCH | lch(74.6 39.6 262.1) |
| OKLCH | oklch(0.778 0.120 246.0) |
Copy-ready code
/* CSS */
color: #72beff;
background-color: #72beff;
/* Tailwind (arbitrary) */
class="text-[#72beff] bg-[#72beff]"
/* SCSS */
$brand: #72beff;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 1.000)
/* Android */
Color.parseColor("#72beff")Accessibility — WCAG contrast
Aa
#72beff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72beff on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta25.5%
Yellow0.0%
Key (black)0.0%
Color previews
#72beff text on a black background
contrast 10.52:1
Card sample
#72beff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72beff;
Background color
Panel with #72beff background
background-color: #72beff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72beff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72beff; background: linear-gradient(135deg, #72beff, #8472FF);