#72afeb
a light, electric blue · cool · closest name: steelblue
RGB
114, 175, 235
HSL
210°, 75%, 68%
CMYK
52, 26, 0, 8
Luminance
0.4024
Every format
| HEX | #72afeb |
| RGB | rgb(114, 175, 235) |
| HSL | hsl(210, 75%, 68%) |
| CMYK | cmyk(52%, 26%, 0%, 8%) |
| LAB | lab(69.6 -3.2 -36.1) |
| LCH | lch(69.6 36.2 265.0) |
| OKLCH | oklch(0.736 0.108 249.1) |
Copy-ready code
/* CSS */
color: #72afeb;
background-color: #72afeb;
/* Tailwind (arbitrary) */
class="text-[#72afeb] bg-[#72afeb]"
/* SCSS */
$brand: #72afeb;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#72afeb")Accessibility — WCAG contrast
Aa
#72afeb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72afeb on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#72afeb text on a black background
contrast 9.05:1
Card sample
#72afeb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72afeb;
Background color
Panel with #72afeb background
background-color: #72afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72afeb; background: linear-gradient(135deg, #72afeb, #8672EB);