#72adcf
a balanced, vivid blue · cool · closest name: skyblue
RGB
114, 173, 207
HSL
202°, 49%, 63%
CMYK
45, 16, 0, 19
Luminance
0.3797
Every format
| HEX | #72adcf |
| RGB | rgb(114, 173, 207) |
| HSL | hsl(202, 49%, 63%) |
| CMYK | cmyk(45%, 16%, 0%, 19%) |
| LAB | lab(68.0 -10.1 -23.2) |
| LCH | lch(68.0 25.4 246.4) |
| OKLCH | oklch(0.720 0.079 234.7) |
Copy-ready code
/* CSS */
color: #72adcf;
background-color: #72adcf;
/* Tailwind (arbitrary) */
class="text-[#72adcf] bg-[#72adcf]"
/* SCSS */
$brand: #72adcf;
/* SwiftUI */
Color(red: 0.447, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#72adcf")Accessibility — WCAG contrast
Aa
#72adcf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72adcf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.8%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#72adcf text on a black background
contrast 8.59:1
Card sample
#72adcf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72adcf;
Background color
Panel with #72adcf background
background-color: #72adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72adcf; background: linear-gradient(135deg, #72adcf, #7572CF);