Sky Blue
#6EA8DE
BlueColor Codes
All color formats for development
HEX
#6EA8DERGB
rgb(110, 168, 222)HSL
hsl(209, 63%, 65%)OKLCH
oklch(0.713 0.1 247.7)CMYK
cmyk(50%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5397D8
2#3787D2
3#2B76BD
4#2566A2
5#1F5587
6#19446C
7#123351
8#0C2236
9#06111B
Tints
Lighter variations
1#7CB0E1
2#8BB9E5
3#99C2E8
4#A8CBEB
5#B6D3EE
6#C5DCF2
7#D3E5F5
8#E2EEF8
9#F0F6FC
Tones
Muted variations
1#73A7D8
2#79A7D3
3#7EA7CD
4#84A7C7
5#8AA7C2
6#8FA6BC
7#95A6B7
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 | 9FC6 #9FC6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA8 #6EA8DE | Disabled statesSecondary iconsMuted text |
| 500 | 448F #448FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A73 #2A73B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215B #215B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1841 #184168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2A #0F2A43 | 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: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #C9DFF3;
--sky-blue-300: #9FC6E9;
--sky-blue-400: #6EA8DE;
--sky-blue-500: #448FD5;
--sky-blue-600: #2A73B7;
--sky-blue-700: #215B91;
--sky-blue-800: #184168;
--sky-blue-900: #0F2A43;
--sky-blue-950: #091A2A;
}