Sky Blue
#7EA7CD
BlueColor Codes
All color formats for development
HEX
#7EA7CDRGB
rgb(126, 167, 205)HSL
hsl(209, 44%, 65%)OKLCH
oklch(0.713 0.071 246.9)CMYK
cmyk(39%, 19%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6797C4
2#4F86BA
3#4176A7
4#38658F
5#2E5477
6#25435F
7#1C3248
8#132230
9#091118
Tints
Lighter variations
1#8BB0D2
2#98B9D7
3#A5C1DC
4#B2CAE1
5#BFD3E6
6#CCDCEB
7#D8E5F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A7C9
2#86A7C5
3#8AA7C1
4#8EA7BD
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 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8E #5A8EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F72 #3F72A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325B #325B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415C | 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: #ABC5DE;
--sky-blue-400: #7EA7CD;
--sky-blue-500: #5A8EBF;
--sky-blue-600: #3F72A2;
--sky-blue-700: #325B81;
--sky-blue-800: #24415C;
--sky-blue-900: #17293B;
--sky-blue-950: #0E1A25;
}