Sky Blue
#6EA4DE
BlueColor Codes
All color formats for development
HEX
#6EA4DERGB
rgb(110, 164, 222)HSL
hsl(211, 63%, 65%)OKLCH
oklch(0.704 0.103 251.1)CMYK
cmyk(50%, 26%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5393D8
2#3782D2
3#2B72BD
4#2561A2
5#1F5187
6#19416C
7#123151
8#0C2036
9#06101B
Tints
Lighter variations
1#7CADE1
2#8BB6E5
3#99BFE8
4#A8C8EB
5#B6D1EE
6#C5DBF2
7#D3E4F5
8#E2EDF8
9#F0F6FC
Tones
Muted variations
1#73A4D8
2#79A4D3
3#7EA4CD
4#84A5C7
5#8AA5C2
6#8FA5BC
7#95A5B7
8#9BA5B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA4 #6EA4DE | Disabled statesSecondary iconsMuted text |
| 500 | 448A #448AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6E #2A6EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2157 #215791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183E #183E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EDF8;
--sky-blue-200: #C9DDF3;
--sky-blue-300: #9FC3E9;
--sky-blue-400: #6EA4DE;
--sky-blue-500: #448AD5;
--sky-blue-600: #2A6EB7;
--sky-blue-700: #215791;
--sky-blue-800: #183E68;
--sky-blue-900: #0F2843;
--sky-blue-950: #09192A;
}