Sky Blue
#50DCFB
CyanColor Codes
All color formats for development
HEX
#50DCFBRGB
rgb(80, 220, 251)HSL
hsl(191, 96%, 65%)OKLCH
oklch(0.832 0.125 215.5)CMYK
cmyk(68%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30D6FB
2#0FCFFA
3#05BBE3
4#04A0C3
5#0385A2
6#036B82
7#025061
8#013541
9#011B20
Tints
Lighter variations
1#62E0FC
2#73E3FC
3#85E7FD
4#96EAFD
5#A8EEFD
6#B9F1FE
7#CBF5FE
8#DCF8FE
9#EEFCFF
Tones
Muted variations
1#59D7F3
2#61D1EA
3#6ACCE2
4#72C6D9
5#7BC1D1
6#83BBC8
7#8CB6BF
8#95B1B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE8 #8CE8FD | BordersInactive statesPlaceholder text |
| 400 | 50DC #50DCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED2 #1ED2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B4 #04B4DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0490 #0490AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0367 #03677D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #024250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FE;
--sky-blue-200: #BEF2FE;
--sky-blue-300: #8CE8FD;
--sky-blue-400: #50DCFB;
--sky-blue-500: #1ED2FA;
--sky-blue-600: #04B4DC;
--sky-blue-700: #0490AF;
--sky-blue-800: #03677D;
--sky-blue-900: #024250;
--sky-blue-950: #012932;
}