Sky Blue
#7E9ECE
BlueColor Codes
All color formats for development
HEX
#7E9ECERGB
rgb(126, 158, 206)HSL
hsl(216, 45%, 65%)OKLCH
oklch(0.693 0.08 258.3)CMYK
cmyk(39%, 23%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#668CC5
2#4E7ABC
3#406AA8
4#375A90
5#2E4B78
6#243C60
7#1B2D48
8#121E30
9#090F18
Tints
Lighter variations
1#8BA7D3
2#97B1D8
3#A4BBDD
4#B1C5E2
5#BECEE6
6#CBD8EB
7#D8E2F0
8#E5ECF5
9#F2F5FA
Tones
Muted variations
1#829FCA
2#869FC6
3#8AA0C2
4#8EA1BE
5#92A2BA
6#96A3B6
7#9AA3B2
8#9EA4AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABF #AABFDF | BordersInactive statesPlaceholder text |
| 400 | 7E9E #7E9ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5982 #5982C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E66 #3E66A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3151 #315181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233A #233A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1625 #16253B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5ECF5;
--sky-blue-200: #CFDBED;
--sky-blue-300: #AABFDF;
--sky-blue-400: #7E9ECE;
--sky-blue-500: #5982C0;
--sky-blue-600: #3E66A3;
--sky-blue-700: #315181;
--sky-blue-800: #233A5C;
--sky-blue-900: #16253B;
--sky-blue-950: #0E1725;
}