Sky Blue
#5FC4EC
BlueColor Codes
All color formats for development
HEX
#5FC4ECRGB
rgb(95, 196, 236)HSL
hsl(197, 79%, 65%)OKLCH
oklch(0.775 0.11 226.8)CMYK
cmyk(60%, 17%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42B9E9
2#24AFE5
3#189CD0
4#1585B2
5#116F94
6#0E5977
7#0A4359
8#072C3B
9#03161E
Tints
Lighter variations
1#6FCAEE
2#7FD0F0
3#8FD6F2
4#9FDCF4
5#AFE2F6
6#BFE8F8
7#CFEDF9
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#66C1E5
2#6DBEDE
3#74BBD7
4#7BB8D0
5#82B5C9
6#8AB2C2
7#91AFBB
8#98ACB4
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 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D8 #96D8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC4 #5FC4EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B4 #32B4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1897 #1897C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1378 #1378A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | 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: #C4E9F8;
--sky-blue-300: #96D8F3;
--sky-blue-400: #5FC4EC;
--sky-blue-500: #32B4E7;
--sky-blue-600: #1897C9;
--sky-blue-700: #1378A0;
--sky-blue-800: #0D5672;
--sky-blue-900: #093749;
--sky-blue-950: #05222E;
}