Sky Blue
#5DA8EE
BlueColor Codes
All color formats for development
HEX
#5DA8EERGB
rgb(93, 168, 238)HSL
hsl(209, 81%, 65%)OKLCH
oklch(0.713 0.127 248.5)CMYK
cmyk(61%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F98EB
2#2188E8
3#1677D2
4#1366B4
5#105596
6#0D4478
7#09335A
8#06223C
9#03111E
Tints
Lighter variations
1#6EB1F0
2#7EBAF1
3#8EC2F3
4#9ECBF5
5#AED4F7
6#BEDCF8
7#CFE5FA
8#DFEEFC
9#EFF6FD
Tones
Muted variations
1#65A8E7
2#6CA8E0
3#73A7D8
4#7AA7D1
5#82A7CA
6#89A7C3
7#90A6BB
8#97A6B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA8 #5DA8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F8F #2F8FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1573 #1573CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115C #115CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C41 #0C4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A4A | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEEFC;
--sky-blue-200: #C3DFF9;
--sky-blue-300: #95C6F4;
--sky-blue-400: #5DA8EE;
--sky-blue-500: #2F8FE9;
--sky-blue-600: #1573CB;
--sky-blue-700: #115CA2;
--sky-blue-800: #0C4173;
--sky-blue-900: #082A4A;
--sky-blue-950: #051A2E;
}