Sky Blue
#5DAFEE
BlueColor Codes
All color formats for development
HEX
#5DAFEERGB
rgb(93, 175, 238)HSL
hsl(206, 81%, 65%)OKLCH
oklch(0.728 0.122 243.8)CMYK
cmyk(61%, 26%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FA1EB
2#2192E8
3#1681D2
4#136EB4
5#105C96
6#0D4978
7#09375A
8#06253C
9#03121E
Tints
Lighter variations
1#6EB7F0
2#7EBFF1
3#8EC7F3
4#9ECFF5
5#AED7F7
6#BEDFF8
7#CFE7FA
8#DFEFFC
9#EFF7FD
Tones
Muted variations
1#65AEE7
2#6CADE0
3#73ACD8
4#7AACD1
5#82ABCA
6#89AAC3
7#90A9BB
8#97A8B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DAF #5DAFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F99 #2F99E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157C #157CCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1163 #1163A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C47 #0C4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEFFC;
--sky-blue-200: #C3E1F9;
--sky-blue-300: #95CBF4;
--sky-blue-400: #5DAFEE;
--sky-blue-500: #2F99E9;
--sky-blue-600: #157CCB;
--sky-blue-700: #1163A2;
--sky-blue-800: #0C4773;
--sky-blue-900: #082D4A;
--sky-blue-950: #051C2E;
}