Sky Blue
#5FA8EC
BlueColor Codes
All color formats for development
HEX
#5FA8ECRGB
rgb(95, 168, 236)HSL
hsl(209, 79%, 65%)OKLCH
oklch(0.713 0.124 248.4)CMYK
cmyk(60%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4298E9
2#2488E5
3#1877D0
4#1566B2
5#115594
6#0E4477
7#0A3359
8#07223B
9#03111E
Tints
Lighter variations
1#6FB1EE
2#7FB9F0
3#8FC2F2
4#9FCBF4
5#AFD4F6
6#BFDCF8
7#CFE5F9
8#DFEEFB
9#EFF6FD
Tones
Muted variations
1#66A8E5
2#6DA8DE
3#74A7D7
4#7BA7D0
5#82A7C9
6#8AA7C2
7#91A6BB
8#98A6B4
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 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C6 #96C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA8 #5FA8EC | Disabled statesSecondary iconsMuted text |
| 500 | 328F #328FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1873 #1873C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135C #135CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | 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: #C4DFF8;
--sky-blue-300: #96C6F3;
--sky-blue-400: #5FA8EC;
--sky-blue-500: #328FE7;
--sky-blue-600: #1873C9;
--sky-blue-700: #135CA0;
--sky-blue-800: #0D4172;
--sky-blue-900: #092A49;
--sky-blue-950: #051A2E;
}