Sky Blue
#5FC9EC
BlueColor Codes
All color formats for development
HEX
#5FC9ECRGB
rgb(95, 201, 236)HSL
hsl(195, 79%, 65%)OKLCH
oklch(0.787 0.109 222.5)CMYK
cmyk(60%, 15%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42BFE9
2#24B5E5
3#18A2D0
4#158BB2
5#117494
6#0E5C77
7#0A4559
8#072E3B
9#03171E
Tints
Lighter variations
1#6FCEEE
2#7FD4F0
3#8FD9F2
4#9FDFF4
5#AFE4F6
6#BFE9F8
7#CFEFF9
8#DFF4FB
9#EFFAFD
Tones
Muted variations
1#66C5E5
2#6DC2DE
3#74BED7
4#7BBBD0
5#82B7C9
6#8AB4C2
7#91B0BB
8#98ADB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DC #96DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC9 #5FC9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32BA #32BAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189D #189DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137D #137DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EBF8;
--sky-blue-300: #96DCF3;
--sky-blue-400: #5FC9EC;
--sky-blue-500: #32BAE7;
--sky-blue-600: #189DC9;
--sky-blue-700: #137DA0;
--sky-blue-800: #0D5972;
--sky-blue-900: #093949;
--sky-blue-950: #05242E;
}