Sky Blue
#A8BAE1
BlueColor Codes
All color formats for development
HEX
#A8BAE1RGB
rgb(168, 186, 225)HSL
hsl(221, 49%, 77%)OKLCH
oklch(0.788 0.059 265.6)CMYK
cmyk(25%, 17%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA3D7
2#6D8BCD
3#5074C3
4#3C61B0
5#325192
6#284075
7#1E3058
8#14203B
9#0A101D
Tints
Lighter variations
1#B0C1E4
2#B9C8E7
3#C2CFEA
4#CBD5ED
5#D3DCF0
6#DCE3F3
7#E5EAF6
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#AABBDE
2#ADBCDB
3#B0BDD8
4#B3BED6
5#B6BFD3
6#B9C0D0
7#BCC1CD
8#BFC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CED8EE;
--sky-blue-300: #A8BAE1;
--sky-blue-400: #7A96D1;
--sky-blue-500: #5478C4;
--sky-blue-600: #395CA7;
--sky-blue-700: #2E4985;
--sky-blue-800: #21345F;
--sky-blue-900: #15213D;
--sky-blue-950: #0D1526;
}