Sky Blue
#A8C1E1
BlueColor Codes
All color formats for development
HEX
#A8C1E1RGB
rgb(168, 193, 225)HSL
hsl(214, 49%, 77%)OKLCH
oklch(0.803 0.053 254.7)CMYK
cmyk(25%, 14%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AACD7
2#6D97CD
3#5082C3
4#3C6EB0
5#325C92
6#284975
7#1E3758
8#14253B
9#0A121D
Tints
Lighter variations
1#B0C7E4
2#B9CDE7
3#C2D3EA
4#CBDAED
5#D3E0F0
6#DCE6F3
7#E5ECF6
8#EEF3F9
9#F6F9FC
Tones
Muted variations
1#AAC1DE
2#ADC1DB
3#B0C2D8
4#B3C2D6
5#B6C2D3
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 | 7AA0 #7AA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5485 #5485C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3969 #3969A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E53 #2E5385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263D | 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: #7AA0D1;
--sky-blue-500: #5485C4;
--sky-blue-600: #3969A7;
--sky-blue-700: #2E5385;
--sky-blue-800: #213C5F;
--sky-blue-900: #15263D;
--sky-blue-950: #0D1826;
}