Sky Blue
#A5A9E4
BlueColor Codes
All color formats for development
HEX
#A5A9E4RGB
rgb(165, 169, 228)HSL
hsl(236, 54%, 77%)OKLCH
oklch(0.753 0.085 281.1)CMYK
cmyk(28%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868CDB
2#686FD2
3#4A52C9
4#363FB5
5#2D3497
6#242A79
7#1B1F5B
8#12153C
9#090A1E
Tints
Lighter variations
1#AEB2E7
2#B7BAE9
3#C0C3EC
4#C9CBEF
5#D2D4F2
6#DBDDF4
7#E4E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A8ACE1
2#ABAEDE
3#AEB1DB
4#B1B4D7
5#B5B7D4
6#B8B9D1
7#BBBCCE
8#BEBFCB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E4 | BordersInactive statesPlaceholder text |
| 400 | 767C #767CD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E57 #4E57CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343C #343CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292F #292F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D22 #1D2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E5F7;
--sky-blue-200: #CCCEF0;
--sky-blue-300: #A5A9E4;
--sky-blue-400: #767CD6;
--sky-blue-500: #4E57CA;
--sky-blue-600: #343CAD;
--sky-blue-700: #292F89;
--sky-blue-800: #1D2262;
--sky-blue-900: #13163F;
--sky-blue-950: #0C0E27;
}