#31afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
49, 175, 223
HSL
197°, 73%, 53%
CMYK
78, 22, 0, 13
Luminance
0.3664
Every format
| HEX | #31afdf |
| RGB | rgb(49, 175, 223) |
| HSL | hsl(197, 73%, 53%) |
| CMYK | cmyk(78%, 22%, 0%, 13%) |
| LAB | lab(67.0 -17.7 -33.8) |
| LCH | lch(67.0 38.1 242.4) |
| OKLCH | oklch(0.708 0.126 228.9) |
Copy-ready code
/* CSS */
color: #31afdf;
background-color: #31afdf;
/* Tailwind (arbitrary) */
class="text-[#31afdf] bg-[#31afdf]"
/* SCSS */
$brand: #31afdf;
/* SwiftUI */
Color(red: 0.192, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#31afdf")Accessibility — WCAG contrast
Aa
#31afdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31afdf on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#31afdf text on a black background
contrast 8.33:1
Card sample
#31afdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31afdf;
Background color
Panel with #31afdf background
background-color: #31afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31afdf; background: linear-gradient(135deg, #31afdf, #313BDF);