Sky Blue
#5FC0EC
BlueColor Codes
All color formats for development
HEX
#5FC0ECRGB
rgb(95, 192, 236)HSL
hsl(199, 79%, 65%)OKLCH
oklch(0.766 0.111 230.1)CMYK
cmyk(60%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42B4E9
2#24A8E5
3#1896D0
4#1580B2
5#116B94
6#0E5677
7#0A4059
8#072B3B
9#03151E
Tints
Lighter variations
1#6FC6EE
2#7FCCF0
3#8FD3F2
4#9FD9F4
5#AFDFF6
6#BFE6F8
7#CFECF9
8#DFF2FB
9#EFF9FD
Tones
Muted variations
1#66BDE5
2#6DBADE
3#74B8D7
4#7BB5D0
5#82B3C9
6#8AB0C2
7#91AEBB
8#98ABB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D5 #96D5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC0 #5FC0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32AD #32ADE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1891 #1891C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1373 #1373A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #96D5F3;
--sky-blue-400: #5FC0EC;
--sky-blue-500: #32ADE7;
--sky-blue-600: #1891C9;
--sky-blue-700: #1373A0;
--sky-blue-800: #0D5272;
--sky-blue-900: #093549;
--sky-blue-950: #05212E;
}