Sky Blue
#7AACD1
BlueColor Codes
All color formats for development
HEX
#7AACD1RGB
rgb(122, 172, 209)HSL
hsl(206, 49%, 65%)OKLCH
oklch(0.723 0.076 241.1)CMYK
cmyk(42%, 18%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#619CC9
2#498DC1
3#3B7CAD
4#336A94
5#2A587B
6#224763
7#19354A
8#112331
9#081219
Tints
Lighter variations
1#87B4D6
2#95BCDB
3#A2C5DF
4#AFCDE4
5#BDD5E8
6#CADEED
7#D7E6F1
8#E4EEF6
9#F2F7FA
Tones
Muted variations
1#7EABCD
2#83AAC9
3#87AAC4
4#8CA9C0
5#90A9BC
6#94A8B7
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 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAC #7AACD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5494 #5494C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3978 #3978A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445F | 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: #CEE0EE;
--sky-blue-300: #A8C8E1;
--sky-blue-400: #7AACD1;
--sky-blue-500: #5494C4;
--sky-blue-600: #3978A7;
--sky-blue-700: #2E5F85;
--sky-blue-800: #21445F;
--sky-blue-900: #152B3D;
--sky-blue-950: #0D1B26;
}