#72c2fd
a light, electric blue · cool · closest name: skyblue
RGB
114, 194, 253
HSL
206°, 97%, 72%
CMYK
55, 23, 0, 1
Luminance
0.4925
Every format
| HEX | #72c2fd |
| RGB | rgb(114, 194, 253) |
| HSL | hsl(206, 97%, 72%) |
| CMYK | cmyk(55%, 23%, 0%, 1%) |
| LAB | lab(75.6 -8.2 -36.5) |
| LCH | lch(75.6 37.4 257.3) |
| OKLCH | oklch(0.786 0.116 242.2) |
Copy-ready code
/* CSS */
color: #72c2fd;
background-color: #72c2fd;
/* Tailwind (arbitrary) */
class="text-[#72c2fd] bg-[#72c2fd]"
/* SCSS */
$brand: #72c2fd;
/* SwiftUI */
Color(red: 0.447, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#72c2fd")Accessibility — WCAG contrast
Aa
#72c2fd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c2fd on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green76.1%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta23.3%
Yellow0.0%
Key (black)0.8%
Color previews
#72c2fd text on a black background
contrast 10.85:1
Card sample
#72c2fd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c2fd;
Background color
Panel with #72c2fd background
background-color: #72c2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c2fd; background: linear-gradient(135deg, #72c2fd, #7F72FD);