#72afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 175, 204
HSL
199°, 47%, 62%
CMYK
44, 14, 0, 20
Luminance
0.3860
Every format
| HEX | #72afcc |
| RGB | rgb(114, 175, 204) |
| HSL | hsl(199, 47%, 62%) |
| CMYK | cmyk(44%, 14%, 0%, 20%) |
| LAB | lab(68.5 -12.0 -20.9) |
| LCH | lch(68.5 24.1 240.1) |
| OKLCH | oklch(0.723 0.076 229.6) |
Copy-ready code
/* CSS */
color: #72afcc;
background-color: #72afcc;
/* Tailwind (arbitrary) */
class="text-[#72afcc] bg-[#72afcc]"
/* SCSS */
$brand: #72afcc;
/* SwiftUI */
Color(red: 0.447, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#72afcc")Accessibility — WCAG contrast
Aa
#72afcc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72afcc on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green68.6%
Blue80.0%
CMYK percentages
Cyan44.1%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#72afcc text on a black background
contrast 8.72:1
Card sample
#72afcc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72afcc;
Background color
Panel with #72afcc background
background-color: #72afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72afcc; background: linear-gradient(135deg, #72afcc, #7273CC);