#31fcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
49, 252, 253
HSL
180°, 98%, 59%
CMYK
81, 0, 0, 1
Luminance
0.7737
Every format
| HEX | #31fcfd |
| RGB | rgb(49, 252, 253) |
| HSL | hsl(180, 98%, 59%) |
| CMYK | cmyk(81%, 0%, 0%, 1%) |
| LAB | lab(90.5 -45.4 -14.0) |
| LCH | lch(90.5 47.5 197.1) |
| OKLCH | oklch(0.901 0.147 195.4) |
Copy-ready code
/* CSS */
color: #31fcfd;
background-color: #31fcfd;
/* Tailwind (arbitrary) */
class="text-[#31fcfd] bg-[#31fcfd]"
/* SCSS */
$brand: #31fcfd;
/* SwiftUI */
Color(red: 0.192, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#31fcfd")Accessibility — WCAG contrast
Aa
#31fcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31fcfd on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan80.6%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#31fcfd text on a black background
contrast 16.47:1
Card sample
#31fcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31fcfd;
Background color
Panel with #31fcfd background
background-color: #31fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31fcfd; background: linear-gradient(135deg, #31fcfd, #3174FD);