Sky Blue
#7EAACE
BlueColor Codes
All color formats for development
HEX
#7EAACERGB
rgb(126, 170, 206)HSL
hsl(207, 45%, 65%)OKLCH
oklch(0.72 0.071 243.7)CMYK
cmyk(39%, 17%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669AC5
2#4E8ABC
3#4079A8
4#376890
5#2E5778
6#244560
7#1B3448
8#122330
9#091118
Tints
Lighter variations
1#8BB2D3
2#97BBD8
3#A4C3DD
4#B1CCE2
5#BED4E6
6#CBDDEB
7#D8E5F0
8#E5EEF5
9#F2F6FA
Tones
Muted variations
1#82A9CA
2#86A9C6
3#8AA9C2
4#8EA8BE
5#92A8BA
6#96A7B6
7#9AA7B2
8#9EA7AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC7 #AAC7DF | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACE | Disabled statesSecondary iconsMuted text |
| 500 | 5991 #5991C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E75 #3E75A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315D #315D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2343 #23435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFDFED;
--sky-blue-300: #AAC7DF;
--sky-blue-400: #7EAACE;
--sky-blue-500: #5991C0;
--sky-blue-600: #3E75A3;
--sky-blue-700: #315D81;
--sky-blue-800: #23435C;
--sky-blue-900: #162B3B;
--sky-blue-950: #0E1B25;
}