Sky Blue
#A8C7E1
BlueColor Codes
All color formats for development
HEX
#A8C7E1RGB
rgb(168, 199, 225)HSL
hsl(207, 49%, 77%)OKLCH
oklch(0.815 0.05 243.7)CMYK
cmyk(25%, 12%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AB5D7
2#6DA2CD
3#508FC3
4#3C7CB0
5#326792
6#285275
7#1E3E58
8#14293B
9#0A151D
Tints
Lighter variations
1#B0CDE4
2#B9D2E7
3#C2D8EA
4#CBDEED
5#D3E3F0
6#DCE9F3
7#E5EEF6
8#EEF4F9
9#F6F9FC
Tones
Muted variations
1#AAC7DE
2#ADC7DB
3#B0C6D8
4#B3C6D6
5#B6C6D3
6#B9C5D0
7#BCC5CD
8#BFC5CA
9#C1C5C7
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;
}