Sky Blue
#5FB4EC
BlueColor Codes
All color formats for development
HEX
#5FB4ECRGB
rgb(95, 180, 236)HSL
hsl(204, 79%, 65%)OKLCH
oklch(0.739 0.116 239.8)CMYK
cmyk(60%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A6E9
2#2498E5
3#1886D0
4#1573B2
5#116094
6#0E4D77
7#0A3A59
8#07263B
9#03131E
Tints
Lighter variations
1#6FBBEE
2#7FC3F0
3#8FCAF2
4#9FD2F4
5#AFD9F6
6#BFE1F8
7#CFE8F9
8#DFF0FB
9#EFF7FD
Tones
Muted variations
1#66B2E5
2#6DB1DE
3#74B0D7
4#7BAED0
5#82ADC9
6#8AABC2
7#91AABB
8#98A9B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E3F8;
--sky-blue-300: #96CEF3;
--sky-blue-400: #5FB4EC;
--sky-blue-500: #329EE7;
--sky-blue-600: #1882C9;
--sky-blue-700: #1367A0;
--sky-blue-800: #0D4A72;
--sky-blue-900: #092F49;
--sky-blue-950: #051E2E;
}