Sky Blue
#A5A8E4
BlueColor Codes
All color formats for development
HEX
#A5A8E4RGB
rgb(165, 168, 228)HSL
hsl(237, 54%, 77%)OKLCH
oklch(0.751 0.086 281.9)CMYK
cmyk(28%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868BDB
2#686DD2
3#4A50C9
4#363DB5
5#2D3297
6#242879
7#1B1E5B
8#12143C
9#090A1E
Tints
Lighter variations
1#AEB1E7
2#B7B9E9
3#C0C2EC
4#C9CBEF
5#D2D3F2
6#DBDCF4
7#E4E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A8ABE1
2#ABAEDE
3#AEB0DB
4#B1B3D7
5#B5B6D4
6#B8B9D1
7#BBBCCE
8#BEBFCB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A8 #A5A8E4 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E54 #4E54CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343A #343AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292E #292E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D21 #1D2162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E4F7;
--sky-blue-200: #CCCEF0;
--sky-blue-300: #A5A8E4;
--sky-blue-400: #767AD6;
--sky-blue-500: #4E54CA;
--sky-blue-600: #343AAD;
--sky-blue-700: #292E89;
--sky-blue-800: #1D2162;
--sky-blue-900: #13153F;
--sky-blue-950: #0C0D27;
}