Sky Blue
#50CBFB
BlueColor Codes
All color formats for development
HEX
#50CBFBRGB
rgb(80, 203, 251)HSL
hsl(197, 96%, 65%)OKLCH
oklch(0.793 0.127 227.7)CMYK
cmyk(68%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30C1FB
2#0FB8FA
3#05A4E3
4#048DC3
5#0375A2
6#035E82
7#024661
8#012F41
9#011720
Tints
Lighter variations
1#62D0FC
2#73D5FC
3#85DBFD
4#96E0FD
5#A8E5FD
6#B9EAFE
7#CBEFFE
8#DCF5FE
9#EEFAFF
Tones
Muted variations
1#59C7F3
2#61C3EA
3#6AC0E2
4#72BCD9
5#7BB8D1
6#83B5C8
7#8CB1BF
8#95ADB7
9#9DA9AE
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 | BEEC #BEECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDD #8CDDFD | BordersInactive statesPlaceholder text |
| 400 | 50CB #50CBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EBC #1EBCFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 049F #049FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047E #047EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035A #035A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023A #023A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | 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: #BEECFE;
--sky-blue-300: #8CDDFD;
--sky-blue-400: #50CBFB;
--sky-blue-500: #1EBCFA;
--sky-blue-600: #049FDC;
--sky-blue-700: #047EAF;
--sky-blue-800: #035A7D;
--sky-blue-900: #023A50;
--sky-blue-950: #012432;
}