Sky Blue
#6EA0DE
BlueColor Codes
All color formats for development
HEX
#6EA0DERGB
rgb(110, 160, 222)HSL
hsl(213, 63%, 65%)OKLCH
oklch(0.696 0.106 254.4)CMYK
cmyk(50%, 28%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#538FD8
2#377DD2
3#2B6DBD
4#255DA2
5#1F4E87
6#193E6C
7#122F51
8#0C1F36
9#06101B
Tints
Lighter variations
1#7CAAE1
2#8BB3E5
3#99BDE8
4#A8C6EB
5#B6D0EE
6#C5D9F2
7#D3E3F5
8#E2ECF8
9#F0F6FC
Tones
Muted variations
1#73A1D8
2#79A1D3
3#7EA2CD
4#84A2C7
5#8AA3C2
6#8FA4BC
7#95A4B7
8#9BA5B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA0 #6EA0DE | Disabled statesSecondary iconsMuted text |
| 500 | 4485 #4485D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A69 #2A69B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2154 #215491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183C #183C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2ECF8;
--sky-blue-200: #C9DCF3;
--sky-blue-300: #9FC1E9;
--sky-blue-400: #6EA0DE;
--sky-blue-500: #4485D5;
--sky-blue-600: #2A69B7;
--sky-blue-700: #215491;
--sky-blue-800: #183C68;
--sky-blue-900: #0F2643;
--sky-blue-950: #09182A;
}