Sky Blue
#7EA4CE
BlueColor Codes
All color formats for development
HEX
#7EA4CERGB
rgb(126, 164, 206)HSL
hsl(212, 45%, 65%)OKLCH
oklch(0.706 0.075 251.4)CMYK
cmyk(39%, 20%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6692C5
2#4E81BC
3#4071A8
4#376090
5#2E5078
6#244060
7#1B3048
8#122030
9#091018
Tints
Lighter variations
1#8BACD3
2#97B5D8
3#A4BFDD
4#B1C8E2
5#BED1E6
6#CBDAEB
7#D8E3F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A3CA
2#86A4C6
3#8AA4C2
4#8EA4BE
5#92A4BA
6#96A5B6
7#9AA5B2
8#9EA5AE
9#A2A5AA
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 #CFDDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC3 #AAC3DF | BordersInactive statesPlaceholder text |
| 400 | 7EA3 #7EA3CE | Disabled statesSecondary iconsMuted text |
| 500 | 5989 #5989C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E6D #3E6DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3157 #315781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233E #233E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283B | 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: #CFDDED;
--sky-blue-300: #AAC3DF;
--sky-blue-400: #7EA3CE;
--sky-blue-500: #5989C0;
--sky-blue-600: #3E6DA3;
--sky-blue-700: #315781;
--sky-blue-800: #233E5C;
--sky-blue-900: #16283B;
--sky-blue-950: #0E1925;
}