Sky Blue
#7EAACD
BlueColor Codes
All color formats for development
HEX
#7EAACDRGB
rgb(126, 170, 205)HSL
hsl(207, 44%, 65%)OKLCH
oklch(0.719 0.07 242.9)CMYK
cmyk(39%, 17%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#679AC4
2#4F8ABA
3#4179A7
4#38688F
5#2E5777
6#25455F
7#1C3448
8#132330
9#091118
Tints
Lighter variations
1#8BB2D2
2#98BBD7
3#A5C3DC
4#B2CCE1
5#BFD4E6
6#CCDDEB
7#D8E5F0
8#E5EEF5
9#F2F6FA
Tones
Muted variations
1#82A9C9
2#86A9C5
3#8AA8C1
4#8EA8BD
5#92A8B9
6#96A7B5
7#9AA7B2
8#9EA7AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A91 #5A91BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F75 #3F75A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325D #325D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFDFEC;
--sky-blue-300: #ABC7DE;
--sky-blue-400: #7EAACD;
--sky-blue-500: #5A91BF;
--sky-blue-600: #3F75A2;
--sky-blue-700: #325D81;
--sky-blue-800: #24435C;
--sky-blue-900: #172B3B;
--sky-blue-950: #0E1B25;
}