#1fd3ec
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 211, 236
HSL
187°, 84%, 52%
CMYK
87, 11, 0, 8
Luminance
0.5294
Every format
| HEX | #1fd3ec |
| RGB | rgb(31, 211, 236) |
| HSL | hsl(187, 84%, 52%) |
| CMYK | cmyk(87%, 11%, 0%, 8%) |
| LAB | lab(77.8 -32.9 -24.2) |
| LCH | lch(77.8 40.8 216.3) |
| OKLCH | oklch(0.796 0.134 210.3) |
Copy-ready code
/* CSS */
color: #1fd3ec;
background-color: #1fd3ec;
/* Tailwind (arbitrary) */
class="text-[#1fd3ec] bg-[#1fd3ec]"
/* SCSS */
$brand: #1fd3ec;
/* SwiftUI */
Color(red: 0.122, green: 0.827, blue: 0.925)
/* Android */
Color.parseColor("#1fd3ec")Accessibility — WCAG contrast
Aa
#1fd3ec on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd3ec on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green82.7%
Blue92.5%
CMYK percentages
Cyan86.9%
Magenta10.6%
Yellow0.0%
Key (black)7.5%
Color previews
#1fd3ec text on a black background
contrast 11.59:1
Card sample
#1fd3ec text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd3ec;
Background color
Panel with #1fd3ec background
background-color: #1fd3ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd3ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 211, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 211, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd3ec; background: linear-gradient(135deg, #1fd3ec, #1F4BEC);