Sky Blue
#5DA3EE
BlueColor Codes
All color formats for development
HEX
#5DA3EERGB
rgb(93, 163, 238)HSL
hsl(211, 81%, 65%)OKLCH
oklch(0.702 0.132 251.7)CMYK
cmyk(61%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F92EB
2#2181E8
3#1671D2
4#1361B4
5#105196
6#0D4178
7#09305A
8#06203C
9#03101E
Tints
Lighter variations
1#6EADF0
2#7EB6F1
3#8EBFF3
4#9EC8F5
5#AED1F7
6#BEDAF8
7#CFE4FA
8#DFEDFC
9#EFF6FD
Tones
Muted variations
1#65A4E7
2#6CA4E0
3#73A4D8
4#7AA4D1
5#82A5CA
6#89A5C3
7#90A5BB
8#97A5B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA3 #5DA3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F89 #2F89E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 156D #156DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1157 #1157A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3E #0C3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #08284A | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFEDFC;
--sky-blue-200: #C3DDF9;
--sky-blue-300: #95C3F4;
--sky-blue-400: #5DA3EE;
--sky-blue-500: #2F89E9;
--sky-blue-600: #156DCB;
--sky-blue-700: #1157A2;
--sky-blue-800: #0C3E73;
--sky-blue-900: #08284A;
--sky-blue-950: #05192E;
}