#72fcfd
a light, electric cyan · cool · closest name: cyan
RGB
114, 252, 253
HSL
180°, 97%, 72%
CMYK
55, 0, 0, 1
Luminance
0.8029
Every format
| HEX | #72fcfd |
| RGB | rgb(114, 252, 253) |
| HSL | hsl(180, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 0%, 1%) |
| LAB | lab(91.8 -37.0 -11.9) |
| LCH | lch(91.8 38.9 197.8) |
| OKLCH | oklch(0.915 0.120 195.9) |
Copy-ready code
/* CSS */
color: #72fcfd;
background-color: #72fcfd;
/* Tailwind (arbitrary) */
class="text-[#72fcfd] bg-[#72fcfd]"
/* SCSS */
$brand: #72fcfd;
/* SwiftUI */
Color(red: 0.447, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#72fcfd")Accessibility — WCAG contrast
Aa
#72fcfd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fcfd on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.8%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#72fcfd text on a black background
contrast 17.06:1
Card sample
#72fcfd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fcfd;
Background color
Panel with #72fcfd background
background-color: #72fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fcfd; background: linear-gradient(135deg, #72fcfd, #72A0FD);