Sky Blue
#7EA4CD
BlueColor Codes
All color formats for development
HEX
#7EA4CDRGB
rgb(126, 164, 205)HSL
hsl(211, 44%, 65%)OKLCH
oklch(0.706 0.073 250.8)CMYK
cmyk(39%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6794C4
2#4F83BA
3#4172A7
4#38628F
5#2E5277
6#25415F
7#1C3148
8#132130
9#091018
Tints
Lighter variations
1#8BADD2
2#98B7D7
3#A5C0DC
4#B2C9E1
5#BFD2E6
6#CCDBEB
7#D8E4F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A5C9
2#86A5C5
3#8AA5C1
4#8EA5BD
5#92A5B9
6#96A5B5
7#9AA5B2
8#9EA5AE
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 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA4 #7EA4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8B #5A8BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6F #3F6FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3258 #325881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243F #243F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | 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: #CFDDEC;
--sky-blue-300: #ABC3DE;
--sky-blue-400: #7EA4CD;
--sky-blue-500: #5A8BBF;
--sky-blue-600: #3F6FA2;
--sky-blue-700: #325881;
--sky-blue-800: #243F5C;
--sky-blue-900: #17283B;
--sky-blue-950: #0E1925;
}