Sky Blue
#5FBDEC
BlueColor Codes
All color formats for development
HEX
#5FBDECRGB
rgb(95, 189, 236)HSL
hsl(200, 79%, 65%)OKLCH
oklch(0.76 0.112 232.6)CMYK
cmyk(60%, 20%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42B1E9
2#24A5E5
3#1893D0
4#157EB2
5#116994
6#0E5477
7#0A3F59
8#072A3B
9#03151E
Tints
Lighter variations
1#6FC4EE
2#7FCAF0
3#8FD1F2
4#9FD8F4
5#AFDEF6
6#BFE5F8
7#CFEBF9
8#DFF2FB
9#EFF8FD
Tones
Muted variations
1#66BBE5
2#6DB9DE
3#74B6D7
4#7BB4D0
5#82B2C9
6#8AAFC2
7#91ADBB
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 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D4 #96D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBD #5FBDEC | Disabled statesSecondary iconsMuted text |
| 500 | 32AA #32AAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188E #188EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1371 #1371A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | 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: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #96D4F3;
--sky-blue-400: #5FBDEC;
--sky-blue-500: #32AAE7;
--sky-blue-600: #188EC9;
--sky-blue-700: #1371A0;
--sky-blue-800: #0D5172;
--sky-blue-900: #093449;
--sky-blue-950: #05202E;
}