Sky Blue
#5FC2EC
BlueColor Codes
All color formats for development
HEX
#5FC2ECRGB
rgb(95, 194, 236)HSL
hsl(198, 79%, 65%)OKLCH
oklch(0.771 0.11 228.5)CMYK
cmyk(60%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42B7E9
2#24ABE5
3#1899D0
4#1583B2
5#116D94
6#0E5777
7#0A4159
8#072C3B
9#03161E
Tints
Lighter variations
1#6FC8EE
2#7FCEF0
3#8FD4F2
4#9FDAF4
5#AFE0F6
6#BFE7F8
7#CFEDF9
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#66BFE5
2#6DBCDE
3#74B9D7
4#7BB7D0
5#82B4C9
6#8AB1C2
7#91AEBB
8#98ABB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D7 #96D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC2 #5FC2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B1 #32B1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1894 #1894C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1375 #1375A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C4E8F8;
--sky-blue-300: #96D7F3;
--sky-blue-400: #5FC2EC;
--sky-blue-500: #32B1E7;
--sky-blue-600: #1894C9;
--sky-blue-700: #1375A0;
--sky-blue-800: #0D5472;
--sky-blue-900: #093649;
--sky-blue-950: #05222E;
}