Sky Blue
#7EABCD
BlueColor Codes
All color formats for development
HEX
#7EABCDRGB
rgb(126, 171, 205)HSL
hsl(206, 44%, 65%)OKLCH
oklch(0.721 0.069 241.5)CMYK
cmyk(39%, 17%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#679BC4
2#4F8CBA
3#417BA7
4#38698F
5#2E5877
6#25465F
7#1C3548
8#132330
9#091218
Tints
Lighter variations
1#8BB3D2
2#98BCD7
3#A5C4DC
4#B2CDE1
5#BFD5E6
6#CCDDEB
7#D8E6F0
8#E5EEF5
9#F2F7FA
Tones
Muted variations
1#82AAC9
2#86AAC5
3#8AA9C1
4#8EA9BD
5#92A8B9
6#96A8B5
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 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A93 #5A93BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F77 #3F77A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325E #325E81 | 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: #CFE0EC;
--sky-blue-300: #ABC8DE;
--sky-blue-400: #7EABCD;
--sky-blue-500: #5A93BF;
--sky-blue-600: #3F77A2;
--sky-blue-700: #325E81;
--sky-blue-800: #24435C;
--sky-blue-900: #172B3B;
--sky-blue-950: #0E1B25;
}