#31ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
49, 204, 223
HSL
187°, 73%, 53%
CMYK
78, 9, 0, 13
Luminance
0.4917
Every format
| HEX | #31ccdf |
| RGB | rgb(49, 204, 223) |
| HSL | hsl(187, 73%, 53%) |
| CMYK | cmyk(78%, 9%, 0%, 13%) |
| LAB | lab(75.5 -32.3 -20.6) |
| LCH | lch(75.5 38.3 212.6) |
| OKLCH | oklch(0.777 0.124 207.6) |
Copy-ready code
/* CSS */
color: #31ccdf;
background-color: #31ccdf;
/* Tailwind (arbitrary) */
class="text-[#31ccdf] bg-[#31ccdf]"
/* SCSS */
$brand: #31ccdf;
/* SwiftUI */
Color(red: 0.192, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#31ccdf")Accessibility — WCAG contrast
Aa
#31ccdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31ccdf on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#31ccdf text on a black background
contrast 10.83:1
Card sample
#31ccdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31ccdf;
Background color
Panel with #31ccdf background
background-color: #31ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31ccdf; background: linear-gradient(135deg, #31ccdf, #3158DF);