Sky Blue
#6EA9DE
BlueColor Codes
All color formats for development
HEX
#6EA9DERGB
rgb(110, 169, 222)HSL
hsl(208, 63%, 65%)OKLCH
oklch(0.715 0.099 246.8)CMYK
cmyk(50%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#539AD8
2#378AD2
3#2B79BD
4#2568A2
5#1F5687
6#19456C
7#123451
8#0C2336
9#06111B
Tints
Lighter variations
1#7CB2E1
2#8BBBE5
3#99C3E8
4#A8CCEB
5#B6D4EE
6#C5DDF2
7#D3E5F5
8#E2EEF8
9#F0F6FC
Tones
Muted variations
1#73A9D8
2#79A9D3
3#7EA8CD
4#84A8C7
5#8AA8C2
6#8FA7BC
7#95A7B7
8#9BA6B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC7 #9FC7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA9 #6EA9DE | Disabled statesSecondary iconsMuted text |
| 500 | 4491 #4491D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A75 #2A75B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215D #215D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1842 #184268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #C9DFF3;
--sky-blue-300: #9FC7E9;
--sky-blue-400: #6EA9DE;
--sky-blue-500: #4491D5;
--sky-blue-600: #2A75B7;
--sky-blue-700: #215D91;
--sky-blue-800: #184268;
--sky-blue-900: #0F2B43;
--sky-blue-950: #091B2A;
}