Sky Blue
#59ABF3
BlueColor Codes
All color formats for development
HEX
#59ABF3RGB
rgb(89, 171, 243)HSL
hsl(208, 87%, 65%)OKLCH
oklch(0.72 0.133 247.3)CMYK
cmyk(63%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#399BF1
2#1A8CEF
3#0F7BD9
4#0D69BA
5#0B589B
6#09467C
7#06355D
8#04233E
9#02121F
Tints
Lighter variations
1#69B3F5
2#79BCF6
3#8AC4F7
4#9BCDF8
5#ACD5F9
6#BCDDFA
7#CDE6FC
8#DEEEFD
9#EEF7FE
Tones
Muted variations
1#60AAEC
2#68AAE4
3#6FA9DC
4#77A9D4
5#7FA8CD
6#87A8C5
7#8EA7BD
8#96A7B5
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F7 | BordersInactive statesPlaceholder text |
| 400 | 58AB #58ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2893 #2893F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F77 #0F77D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4C | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFD;
--sky-blue-200: #C1E0FB;
--sky-blue-300: #91C8F7;
--sky-blue-400: #58ABF3;
--sky-blue-500: #2893F0;
--sky-blue-600: #0F77D2;
--sky-blue-700: #0C5EA7;
--sky-blue-800: #084377;
--sky-blue-900: #052B4C;
--sky-blue-950: #031B30;
}