Sky Blue
#5DB9EE
BlueColor Codes
All color formats for development
HEX
#5DB9EERGB
rgb(93, 185, 238)HSL
hsl(202, 81%, 65%)OKLCH
oklch(0.751 0.116 236.4)CMYK
cmyk(61%, 22%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FACEB
2#219FE8
3#168DD2
4#1379B4
5#106596
6#0D5178
7#093C5A
8#06283C
9#03141E
Tints
Lighter variations
1#6EC0F0
2#7EC7F1
3#8ECEF3
4#9ED5F5
5#AEDCF7
6#BEE3F8
7#CFEAFA
8#DFF1FC
9#EFF8FD
Tones
Muted variations
1#65B7E7
2#6CB5E0
3#73B3D8
4#7AB1D1
5#82AFCA
6#89ADC3
7#90ACBB
8#97AAB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA5 #2FA5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1588 #1588CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116D #116DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4E #0C4E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #08324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF1FC;
--sky-blue-200: #C3E5F9;
--sky-blue-300: #95D1F4;
--sky-blue-400: #5DB9EE;
--sky-blue-500: #2FA5E9;
--sky-blue-600: #1588CB;
--sky-blue-700: #116DA2;
--sky-blue-800: #0C4E73;
--sky-blue-900: #08324A;
--sky-blue-950: #051F2E;
}