Sky Blue
#50F0FB
CyanColor Codes
All color formats for development
HEX
#50F0FBRGB
rgb(80, 240, 251)HSL
hsl(184, 96%, 65%)OKLCH
oklch(0.878 0.13 201.8)CMYK
cmyk(68%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30EDFB
2#0FEAFA
3#05D5E3
4#04B6C3
5#0398A2
6#037982
7#025B61
8#013D41
9#011E20
Tints
Lighter variations
1#62F2FC
2#73F3FC
3#85F5FD
4#96F6FD
5#A8F8FD
6#B9F9FE
7#CBFBFE
8#DCFCFE
9#EEFEFF
Tones
Muted variations
1#59E9F3
2#61E1EA
3#6ADAE2
4#72D2D9
5#7BCBD1
6#83C3C8
7#8CBCBF
8#95B5B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF5 #8CF5FD | BordersInactive statesPlaceholder text |
| 400 | 50F0 #50F0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EEC #1EECFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CE #04CEDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A4 #04A4AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0375 #03757D | Text on light backgroundsHeadingsStrong borders |
| 900 | 024B #024B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BEF9FE;
--sky-blue-300: #8CF5FD;
--sky-blue-400: #50F0FB;
--sky-blue-500: #1EECFA;
--sky-blue-600: #04CEDC;
--sky-blue-700: #04A4AF;
--sky-blue-800: #03757D;
--sky-blue-900: #024B50;
--sky-blue-950: #012F32;
}