Sky Blue
#A8C2E1
BlueColor Codes
All color formats for development
HEX
#A8C2E1RGB
rgb(168, 194, 225)HSL
hsl(213, 49%, 77%)OKLCH
oklch(0.805 0.052 253)CMYK
cmyk(25%, 14%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AADD7
2#6D98CD
3#5084C3
4#3C70B0
5#325D92
6#284B75
7#1E3858
8#14253B
9#0A131D
Tints
Lighter variations
1#B0C8E4
2#B9CEE7
3#C2D4EA
4#CBDAED
5#D3E0F0
6#DCE6F3
7#E5EDF6
8#EEF3F9
9#F6F9FC
Tones
Muted variations
1#AAC2DE
2#ADC2DB
3#B0C2D8
4#B3C3D6
5#B6C3D3
6#B9C3D0
7#BCC3CD
8#BFC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA1 #7AA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5487 #5487C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396B #396BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CEDCEE;
--sky-blue-300: #A8C1E1;
--sky-blue-400: #7AA1D1;
--sky-blue-500: #5487C4;
--sky-blue-600: #396BA7;
--sky-blue-700: #2E5585;
--sky-blue-800: #213D5F;
--sky-blue-900: #15273D;
--sky-blue-950: #0D1826;
}