Sky Blue
#5EA1ED
BlueColor Codes
All color formats for development
HEX
#5EA1EDRGB
rgb(94, 161, 237)HSL
hsl(212, 80%, 65%)OKLCH
oklch(0.697 0.132 252.9)CMYK
cmyk(60%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4190EA
2#237EE7
3#176ED1
4#145EB3
5#114E95
6#0D3F77
7#0A2F5A
8#071F3C
9#03101E
Tints
Lighter variations
1#6EAAEF
2#7EB4F1
3#8FBDF3
4#9FC7F4
5#AFD0F6
6#BFD9F8
7#CFE3FA
8#DFECFB
9#EFF6FD
Tones
Muted variations
1#65A1E6
2#6DA2DF
3#74A2D8
4#7BA3D1
5#82A3C9
6#89A4C2
7#90A4BB
8#97A5B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA1 #5EA1ED | Disabled statesSecondary iconsMuted text |
| 500 | 3086 #3086E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166A #166ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1254 #1254A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #082749 | 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: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C3DCF8;
--sky-blue-300: #95C1F3;
--sky-blue-400: #5EA1ED;
--sky-blue-500: #3086E8;
--sky-blue-600: #166ACA;
--sky-blue-700: #1254A1;
--sky-blue-800: #0D3C73;
--sky-blue-900: #082749;
--sky-blue-950: #05182E;
}