Sky Blue
#5EA8ED
BlueColor Codes
All color formats for development
HEX
#5EA8EDRGB
rgb(94, 168, 237)HSL
hsl(209, 80%, 65%)OKLCH
oklch(0.713 0.126 248.5)CMYK
cmyk(60%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4198EA
2#2388E7
3#1777D1
4#1466B3
5#115595
6#0D4477
7#0A335A
8#07223C
9#03111E
Tints
Lighter variations
1#6EB1EF
2#7EBAF1
3#8FC2F3
4#9FCBF4
5#AFD4F6
6#BFDCF8
7#CFE5FA
8#DFEEFB
9#EFF6FD
Tones
Muted variations
1#65A8E6
2#6DA8DF
3#74A7D8
4#7BA7D1
5#82A7C9
6#89A7C2
7#90A6BB
8#97A6B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | 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: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C3DFF8;
--sky-blue-300: #95C6F3;
--sky-blue-400: #5EA8ED;
--sky-blue-500: #308FE8;
--sky-blue-600: #1673CA;
--sky-blue-700: #125CA1;
--sky-blue-800: #0D4173;
--sky-blue-900: #082A49;
--sky-blue-950: #051A2E;
}