Sky Blue
#5FB6EC
BlueColor Codes
All color formats for development
HEX
#5FB6ECRGB
rgb(95, 182, 236)HSL
hsl(203, 79%, 65%)OKLCH
oklch(0.744 0.115 238.2)CMYK
cmyk(60%, 23%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A9E9
2#249BE5
3#1889D0
4#1576B2
5#116294
6#0E4F77
7#0A3B59
8#07273B
9#03141E
Tints
Lighter variations
1#6FBDEE
2#7FC5F0
3#8FCCF2
4#9FD3F4
5#AFDBF6
6#BFE2F8
7#CFE9F9
8#DFF0FB
9#EFF8FD
Tones
Muted variations
1#66B5E5
2#6DB3DE
3#74B1D7
4#7BB0D0
5#82AEC9
6#8AACC2
7#91ABBB
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 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CF #96CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB6 #5FB6EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A1 #32A1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1885 #1885C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136A #136AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | 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: #C4E4F8;
--sky-blue-300: #96CFF3;
--sky-blue-400: #5FB6EC;
--sky-blue-500: #32A1E7;
--sky-blue-600: #1885C9;
--sky-blue-700: #136AA0;
--sky-blue-800: #0D4C72;
--sky-blue-900: #093049;
--sky-blue-950: #051E2E;
}