Sky Blue
#7EA6CD
BlueColor Codes
All color formats for development
HEX
#7EA6CDRGB
rgb(126, 166, 205)HSL
hsl(210, 44%, 65%)OKLCH
oklch(0.71 0.072 248.2)CMYK
cmyk(39%, 19%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6795C4
2#4F85BA
3#4174A7
4#38638F
5#2E5377
6#25425F
7#1C3248
8#132130
9#091118
Tints
Lighter variations
1#8BAFD2
2#98B8D7
3#A5C1DC
4#B2C9E1
5#BFD2E6
6#CCDBEB
7#D8E4F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A6C9
2#86A6C5
3#8AA6C1
4#8EA6BD
5#92A6B9
6#96A6B5
7#9AA6B2
8#9EA6AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC4 #ABC4DE | BordersInactive statesPlaceholder text |
| 400 | 7EA6 #7EA6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8C #5A8CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F70 #3F70A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3259 #325981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2440 #24405C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293B | 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: #F4F7FB;
--sky-blue-100: #E5EDF5;
--sky-blue-200: #CFDEEC;
--sky-blue-300: #ABC4DE;
--sky-blue-400: #7EA6CD;
--sky-blue-500: #5A8CBF;
--sky-blue-600: #3F70A2;
--sky-blue-700: #325981;
--sky-blue-800: #24405C;
--sky-blue-900: #17293B;
--sky-blue-950: #0E1A25;
}