Sky Blue
#6EADDE
BlueColor Codes
All color formats for development
HEX
#6EADDERGB
rgb(110, 173, 222)HSL
hsl(206, 63%, 65%)OKLCH
oklch(0.724 0.097 243.1)CMYK
cmyk(50%, 22%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#539ED8
2#378FD2
3#2B7EBD
4#256CA2
5#1F5A87
6#19486C
7#123651
8#0C2436
9#06121B
Tints
Lighter variations
1#7CB5E1
2#8BBEE5
3#99C6E8
4#A8CEEB
5#B6D6EE
6#C5DEF2
7#D3E6F5
8#E2EFF8
9#F0F7FC
Tones
Muted variations
1#73ACD8
2#79ACD3
3#7EABCD
4#84AAC7
5#8AA9C2
6#8FA9BC
7#95A8B7
8#9BA7B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAD #6EADDE | Disabled statesSecondary iconsMuted text |
| 500 | 4496 #4496D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7A #2A7AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2161 #216191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1845 #184568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #C9E1F3;
--sky-blue-300: #9FC9E9;
--sky-blue-400: #6EADDE;
--sky-blue-500: #4496D5;
--sky-blue-600: #2A7AB7;
--sky-blue-700: #216191;
--sky-blue-800: #184568;
--sky-blue-900: #0F2C43;
--sky-blue-950: #091C2A;
}