#72afd7
a balanced, vivid blue · cool · closest name: skyblue
RGB
114, 175, 215
HSL
204°, 56%, 65%
CMYK
47, 19, 0, 16
Luminance
0.3914
Every format
| HEX | #72afd7 |
| RGB | rgb(114, 175, 215) |
| HSL | hsl(204, 56%, 65%) |
| CMYK | cmyk(47%, 19%, 0%, 16%) |
| LAB | lab(68.8 -9.0 -26.3) |
| LCH | lch(68.8 27.8 251.2) |
| OKLCH | oklch(0.728 0.086 238.3) |
Copy-ready code
/* CSS */
color: #72afd7;
background-color: #72afd7;
/* Tailwind (arbitrary) */
class="text-[#72afd7] bg-[#72afd7]"
/* SCSS */
$brand: #72afd7;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#72afd7")Accessibility — WCAG contrast
Aa
#72afd7 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72afd7 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue84.3%
CMYK percentages
Cyan47.0%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#72afd7 text on a black background
contrast 8.83:1
Card sample
#72afd7 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72afd7;
Background color
Panel with #72afd7 background
background-color: #72afd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72afd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72afd7; background: linear-gradient(135deg, #72afd7, #7872D7);