Sky Blue
#5FBBEC
BlueColor Codes
All color formats for development
HEX
#5FBBECRGB
rgb(95, 187, 236)HSL
hsl(201, 79%, 65%)OKLCH
oklch(0.755 0.112 234.2)CMYK
cmyk(60%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42AEE9
2#24A2E5
3#1890D0
4#157BB2
5#116794
6#0E5277
7#0A3E59
8#07293B
9#03151E
Tints
Lighter variations
1#6FC2EE
2#7FC9F0
3#8FCFF2
4#9FD6F4
5#AFDDF6
6#BFE4F8
7#CFEBF9
8#DFF1FB
9#EFF8FD
Tones
Muted variations
1#66B9E5
2#6DB7DE
3#74B5D7
4#7BB2D0
5#82B0C9
6#8AAEC2
7#91ACBB
8#98AAB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D2 #96D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBB #5FBBEC | Disabled statesSecondary iconsMuted text |
| 500 | 32A7 #32A7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188B #188BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136E #136EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C4E6F8;
--sky-blue-300: #96D2F3;
--sky-blue-400: #5FBBEC;
--sky-blue-500: #32A7E7;
--sky-blue-600: #188BC9;
--sky-blue-700: #136EA0;
--sky-blue-800: #0D4F72;
--sky-blue-900: #093249;
--sky-blue-950: #05202E;
}