Sky Blue
#7EA8CD
BlueColor Codes
All color formats for development
HEX
#7EA8CDRGB
rgb(126, 168, 205)HSL
hsl(208, 44%, 65%)OKLCH
oklch(0.715 0.071 245.6)CMYK
cmyk(39%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6798C4
2#4F88BA
3#4177A7
4#38668F
5#2E5577
6#25445F
7#1C3348
8#132230
9#091118
Tints
Lighter variations
1#8BB1D2
2#98BAD7
3#A5C2DC
4#B2CBE1
5#BFD4E6
6#CCDCEB
7#D8E5F0
8#E5EEF5
9#F2F6FA
Tones
Muted variations
1#82A8C9
2#86A8C5
3#8AA8C1
4#8EA7BD
5#92A7B9
6#96A7B5
7#9AA7B2
8#9EA6AE
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 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A90 #5A90BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F73 #3F73A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325C #325C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #ABC6DE;
--sky-blue-400: #7EA8CD;
--sky-blue-500: #5A90BF;
--sky-blue-600: #3F73A2;
--sky-blue-700: #325C81;
--sky-blue-800: #24425C;
--sky-blue-900: #172A3B;
--sky-blue-950: #0E1A25;
}