Sky Blue
#50CEFB
BlueColor Codes
All color formats for development
HEX
#50CEFBRGB
rgb(80, 206, 251)HSL
hsl(196, 96%, 65%)OKLCH
oklch(0.8 0.126 225.6)CMYK
cmyk(68%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30C5FB
2#0FBBFA
3#05A8E3
4#0490C3
5#0378A2
6#036082
7#024861
8#013041
9#011820
Tints
Lighter variations
1#62D3FC
2#73D8FC
3#85DDFD
4#96E1FD
5#A8E6FD
6#B9EBFE
7#CBF0FE
8#DCF5FE
9#EEFAFF
Tones
Muted variations
1#59CAF3
2#61C6EA
3#6AC2E2
4#72BED9
5#7BBAD1
6#83B6C8
7#8CB2BF
8#95AEB7
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEED #BEEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDF #8CDFFD | BordersInactive statesPlaceholder text |
| 400 | 50CE #50CEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC0 #1EC0FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04A2 #04A2DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0481 #0481AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035C #035C7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0125 #012532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF5FE;
--sky-blue-200: #BEEDFE;
--sky-blue-300: #8CDFFD;
--sky-blue-400: #50CEFB;
--sky-blue-500: #1EC0FA;
--sky-blue-600: #04A2DC;
--sky-blue-700: #0481AF;
--sky-blue-800: #035C7D;
--sky-blue-900: #023B50;
--sky-blue-950: #012532;
}