#72dcff
a light, electric cyan · cool · closest name: skyblue
RGB
114, 220, 255
HSL
195°, 100%, 72%
CMYK
55, 14, 0, 0
Luminance
0.6198
Every format
| HEX | #72dcff |
| RGB | rgb(114, 220, 255) |
| HSL | hsl(195, 100%, 72%) |
| CMYK | cmyk(55%, 14%, 0%, 0%) |
| LAB | lab(82.9 -21.1 -26.4) |
| LCH | lch(82.9 33.8 231.3) |
| OKLCH | oklch(0.844 0.109 222.1) |
Copy-ready code
/* CSS */
color: #72dcff;
background-color: #72dcff;
/* Tailwind (arbitrary) */
class="text-[#72dcff] bg-[#72dcff]"
/* SCSS */
$brand: #72dcff;
/* SwiftUI */
Color(red: 0.447, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#72dcff")Accessibility — WCAG contrast
Aa
#72dcff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72dcff on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green86.3%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#72dcff text on a black background
contrast 13.40:1
Card sample
#72dcff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72dcff;
Background color
Panel with #72dcff background
background-color: #72dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72dcff; background: linear-gradient(135deg, #72dcff, #727EFF);