#72affc
a light, electric blue · cool · closest name: steelblue
RGB
114, 175, 252
HSL
214°, 96%, 72%
CMYK
55, 31, 0, 1
Luminance
0.4127
Every format
| HEX | #72affc |
| RGB | rgb(114, 175, 252) |
| HSL | hsl(214, 96%, 72%) |
| CMYK | cmyk(55%, 31%, 0%, 1%) |
| LAB | lab(70.4 1.9 -44.2) |
| LCH | lch(70.4 44.2 272.5) |
| OKLCH | oklch(0.745 0.129 254.9) |
Copy-ready code
/* CSS */
color: #72affc;
background-color: #72affc;
/* Tailwind (arbitrary) */
class="text-[#72affc] bg-[#72affc]"
/* SCSS */
$brand: #72affc;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#72affc")Accessibility — WCAG contrast
Aa
#72affc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72affc on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue98.8%
CMYK percentages
Cyan54.8%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#72affc text on a black background
contrast 9.25:1
Card sample
#72affc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72affc;
Background color
Panel with #72affc background
background-color: #72affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72affc; background: linear-gradient(135deg, #72affc, #9172FC);