Sky Blue
#5DADEE
BlueColor Codes
All color formats for development
HEX
#5DADEERGB
rgb(93, 173, 238)HSL
hsl(207, 81%, 65%)OKLCH
oklch(0.724 0.124 245.2)CMYK
cmyk(61%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F9EEB
2#218FE8
3#167DD2
4#136CB4
5#105A96
6#0D4878
7#09365A
8#06243C
9#03121E
Tints
Lighter variations
1#6EB5F0
2#7EBDF1
3#8EC6F3
4#9ECEF5
5#AED6F7
6#BEDEF8
7#CFE6FA
8#DFEFFC
9#EFF7FD
Tones
Muted variations
1#65ACE7
2#6CACE0
3#73ABD8
4#7AAAD1
5#82A9CA
6#89A9C3
7#90A8BB
8#97A7B4
9#9FA6AD
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 | 95C9 #95C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F96 #2F96E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1579 #1579CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1160 #1160A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C45 #0C4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C4A | 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: #95C9F4;
--sky-blue-400: #5DADEE;
--sky-blue-500: #2F96E9;
--sky-blue-600: #1579CB;
--sky-blue-700: #1160A2;
--sky-blue-800: #0C4573;
--sky-blue-900: #082C4A;
--sky-blue-950: #051C2E;
}