#72afda
a light, vivid blue · cool · closest name: skyblue
RGB
114, 175, 218
HSL
205°, 58%, 65%
CMYK
48, 20, 0, 15
Luminance
0.3930
Every format
| HEX | #72afda |
| RGB | rgb(114, 175, 218) |
| HSL | hsl(205, 58%, 65%) |
| CMYK | cmyk(48%, 20%, 0%, 15%) |
| LAB | lab(69.0 -8.1 -27.8) |
| LCH | lch(69.0 29.0 253.7) |
| OKLCH | oklch(0.729 0.089 240.3) |
Copy-ready code
/* CSS */
color: #72afda;
background-color: #72afda;
/* Tailwind (arbitrary) */
class="text-[#72afda] bg-[#72afda]"
/* SCSS */
$brand: #72afda;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#72afda")Accessibility — WCAG contrast
Aa
#72afda on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72afda on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue85.5%
CMYK percentages
Cyan47.7%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#72afda text on a black background
contrast 8.86:1
Card sample
#72afda text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72afda;
Background color
Panel with #72afda background
background-color: #72afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72afda; background: linear-gradient(135deg, #72afda, #7A72DA);