Sky Blue
#5EA6ED
BlueColor Codes
All color formats for development
HEX
#5EA6EDRGB
rgb(94, 166, 237)HSL
hsl(210, 80%, 65%)OKLCH
oklch(0.708 0.127 249.8)CMYK
cmyk(60%, 30%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4195EA
2#2385E7
3#1774D1
4#1463B3
5#115395
6#0D4277
7#0A325A
8#07213C
9#03111E
Tints
Lighter variations
1#6EAFEF
2#7EB8F1
3#8FC1F3
4#9FC9F4
5#AFD2F6
6#BFDBF8
7#CFE4FA
8#DFEDFB
9#EFF6FD
Tones
Muted variations
1#65A6E6
2#6DA6DF
3#74A6D8
4#7BA6D1
5#82A6C9
6#89A6C2
7#90A6BB
8#97A6B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DE #C3DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C4 #95C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA6 #5EA6ED | Disabled statesSecondary iconsMuted text |
| 500 | 308C #308CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1670 #1670CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1259 #1259A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0829 #082949 | 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: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C3DEF8;
--sky-blue-300: #95C4F3;
--sky-blue-400: #5EA6ED;
--sky-blue-500: #308CE8;
--sky-blue-600: #1670CA;
--sky-blue-700: #1259A1;
--sky-blue-800: #0D4073;
--sky-blue-900: #082949;
--sky-blue-950: #051A2E;
}