Sky Blue
#5DA1EF
BlueColor Codes
All color formats for development
HEX
#5DA1EFRGB
rgb(93, 161, 239)HSL
hsl(212, 82%, 65%)OKLCH
oklch(0.698 0.135 253.1)CMYK
cmyk(61%, 33%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E8FEC
2#207EE9
3#156ED3
4#125EB5
5#0F4E97
6#0C3F79
7#092F5A
8#061F3C
9#03101E
Tints
Lighter variations
1#6DAAF1
2#7DB4F2
3#8DBDF4
4#9EC7F5
5#AED0F7
6#BED9F9
7#CEE3FA
8#DFECFC
9#EFF6FD
Tones
Muted variations
1#64A1E8
2#6BA2E0
3#73A2D9
4#7AA3D2
5#81A3CA
6#88A4C3
7#90A4BC
8#97A5B4
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA1 #5DA1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E86 #2E86EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 146A #146ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1054 #1054A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274A | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFECFC;
--sky-blue-200: #C3DCF9;
--sky-blue-300: #94C1F4;
--sky-blue-400: #5DA1EF;
--sky-blue-500: #2E86EA;
--sky-blue-600: #146ACC;
--sky-blue-700: #1054A2;
--sky-blue-800: #0B3C74;
--sky-blue-900: #07274A;
--sky-blue-950: #05182E;
}