Sky Blue
#50D9FB
CyanColor Codes
All color formats for development
HEX
#50D9FBRGB
rgb(80, 217, 251)HSL
hsl(192, 96%, 65%)OKLCH
oklch(0.825 0.125 217.6)CMYK
cmyk(68%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30D2FB
2#0FCBFA
3#05B7E3
4#049DC3
5#0383A2
6#036882
7#024E61
8#013441
9#011A20
Tints
Lighter variations
1#62DDFC
2#73E1FC
3#85E5FD
4#96E8FD
5#A8ECFD
6#B9F0FE
7#CBF4FE
8#DCF7FE
9#EEFBFF
Tones
Muted variations
1#59D4F3
2#61CFEA
3#6ACAE2
4#72C5D9
5#7BBFD1
6#83BAC8
7#8CB5BF
8#95B0B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE6 #8CE6FD | BordersInactive statesPlaceholder text |
| 400 | 50D9 #50D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECE #1ECEFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B1 #04B1DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048D #048DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BEF1FE;
--sky-blue-300: #8CE6FD;
--sky-blue-400: #50D9FB;
--sky-blue-500: #1ECEFA;
--sky-blue-600: #04B1DC;
--sky-blue-700: #048DAF;
--sky-blue-800: #03647D;
--sky-blue-900: #024050;
--sky-blue-950: #012832;
}