#72acff
a light, electric blue · cool · closest name: dodgerblue
RGB
114, 172, 255
HSL
215°, 100%, 72%
CMYK
55, 33, 0, 0
Luminance
0.4030
Every format
| HEX | #72acff |
| RGB | rgb(114, 172, 255) |
| HSL | hsl(215, 100%, 72%) |
| CMYK | cmyk(55%, 33%, 0%, 0%) |
| LAB | lab(69.7 4.5 -46.9) |
| LCH | lch(69.7 47.1 275.5) |
| OKLCH | oklch(0.740 0.136 257.4) |
Copy-ready code
/* CSS */
color: #72acff;
background-color: #72acff;
/* Tailwind (arbitrary) */
class="text-[#72acff] bg-[#72acff]"
/* SCSS */
$brand: #72acff;
/* SwiftUI */
Color(red: 0.447, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#72acff")Accessibility — WCAG contrast
Aa
#72acff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72acff on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.5%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#72acff text on a black background
contrast 9.06:1
Card sample
#72acff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72acff;
Background color
Panel with #72acff background
background-color: #72acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72acff; background: linear-gradient(135deg, #72acff, #9672FF);