Sky Blue
#6EA6DE
BlueColor Codes
All color formats for development
HEX
#6EA6DERGB
rgb(110, 166, 222)HSL
hsl(210, 63%, 65%)OKLCH
oklch(0.709 0.101 249.4)CMYK
cmyk(50%, 25%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5395D8
2#3785D2
3#2B74BD
4#2563A2
5#1F5387
6#19426C
7#123251
8#0C2136
9#06111B
Tints
Lighter variations
1#7CAFE1
2#8BB8E5
3#99C1E8
4#A8C9EB
5#B6D2EE
6#C5DBF2
7#D3E4F5
8#E2EDF8
9#F0F6FC
Tones
Muted variations
1#73A6D8
2#79A6D3
3#7EA6CD
4#84A6C7
5#8AA6C2
6#8FA6BC
7#95A6B7
8#9BA6B1
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 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA6 #6EA6DE | Disabled statesSecondary iconsMuted text |
| 500 | 448C #448CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A70 #2A70B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2159 #215991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1840 #184068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #C9DEF3;
--sky-blue-300: #9FC4E9;
--sky-blue-400: #6EA6DE;
--sky-blue-500: #448CD5;
--sky-blue-600: #2A70B7;
--sky-blue-700: #215991;
--sky-blue-800: #184068;
--sky-blue-900: #0F2943;
--sky-blue-950: #091A2A;
}