Sky Blue
#7AAAD1
BlueColor Codes
All color formats for development
HEX
#7AAAD1RGB
rgb(122, 170, 209)HSL
hsl(207, 49%, 65%)OKLCH
oklch(0.718 0.077 243.6)CMYK
cmyk(42%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#619AC9
2#498BC1
3#3B7AAD
4#336894
5#2A577B
6#224663
7#19344A
8#112331
9#081119
Tints
Lighter variations
1#87B3D6
2#95BBDB
3#A2C4DF
4#AFCCE4
5#BDD5E8
6#CADDED
7#D7E6F1
8#E4EEF6
9#F2F7FA
Tones
Muted variations
1#7EAACD
2#83A9C9
3#87A9C4
4#8CA8C0
5#90A8BC
6#94A7B7
7#99A7B3
8#9DA7AE
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAA #7AAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5492 #5492C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3976 #3976A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CEDFEE;
--sky-blue-300: #A8C7E1;
--sky-blue-400: #7AAAD1;
--sky-blue-500: #5492C4;
--sky-blue-600: #3976A7;
--sky-blue-700: #2E5E85;
--sky-blue-800: #21435F;
--sky-blue-900: #152B3D;
--sky-blue-950: #0D1B26;
}