#31ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
49, 235, 253
HSL
185°, 98%, 59%
CMYK
81, 7, 0, 1
Luminance
0.6716
Every format
| HEX | #31ebfd |
| RGB | rgb(49, 235, 253) |
| HSL | hsl(185, 98%, 59%) |
| CMYK | cmyk(81%, 7%, 0%, 1%) |
| LAB | lab(85.6 -37.8 -21.4) |
| LCH | lch(85.6 43.4 209.5) |
| OKLCH | oklch(0.861 0.140 205.3) |
Copy-ready code
/* CSS */
color: #31ebfd;
background-color: #31ebfd;
/* Tailwind (arbitrary) */
class="text-[#31ebfd] bg-[#31ebfd]"
/* SCSS */
$brand: #31ebfd;
/* SwiftUI */
Color(red: 0.192, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#31ebfd")Accessibility — WCAG contrast
Aa
#31ebfd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31ebfd on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green92.2%
Blue99.2%
CMYK percentages
Cyan80.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#31ebfd text on a black background
contrast 14.43:1
Card sample
#31ebfd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31ebfd;
Background color
Panel with #31ebfd background
background-color: #31ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31ebfd; background: linear-gradient(135deg, #31ebfd, #3163FD);