#72aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
114, 174, 253
HSL
214°, 97%, 72%
CMYK
55, 31, 0, 1
Luminance
0.4094
Every format
| HEX | #72aefd |
| RGB | rgb(114, 174, 253) |
| HSL | hsl(214, 97%, 72%) |
| CMYK | cmyk(55%, 31%, 0%, 1%) |
| LAB | lab(70.1 2.8 -45.1) |
| LCH | lch(70.1 45.1 273.6) |
| OKLCH | oklch(0.743 0.131 255.7) |
Copy-ready code
/* CSS */
color: #72aefd;
background-color: #72aefd;
/* Tailwind (arbitrary) */
class="text-[#72aefd] bg-[#72aefd]"
/* SCSS */
$brand: #72aefd;
/* SwiftUI */
Color(red: 0.447, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#72aefd")Accessibility — WCAG contrast
Aa
#72aefd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72aefd on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#72aefd text on a black background
contrast 9.19:1
Card sample
#72aefd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72aefd;
Background color
Panel with #72aefd background
background-color: #72aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72aefd; background: linear-gradient(135deg, #72aefd, #9372FD);