Sky Blue
#A5A5E3
BlueColor Codes
All color formats for development
HEX
#A5A5E3RGB
rgb(165, 165, 227)HSL
hsl(240, 53%, 77%)OKLCH
oklch(0.745 0.089 284)CMYK
cmyk(27%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8787DA
2#6969D1
3#4B4BC8
4#3737B4
5#2E2E96
6#252578
7#1C1C5A
8#12123C
9#09091E
Tints
Lighter variations
1#AEAEE6
2#B7B7E9
3#C0C0EC
4#C9C9EE
5#D2D2F1
6#DBDBF4
7#E4E4F7
8#EDEDF9
9#F6F6FC
Tones
Muted variations
1#A8A8E0
2#ABABDD
3#AFAFDA
4#B2B2D7
5#B5B5D4
6#B8B8D1
7#BBBBCE
8#BEBECB
9#C1C1C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FB;
--sky-blue-100: #E4E4F7;
--sky-blue-200: #CCCCEF;
--sky-blue-300: #A5A5E3;
--sky-blue-400: #7676D5;
--sky-blue-500: #4F4FC9;
--sky-blue-600: #3535AC;
--sky-blue-700: #2A2A89;
--sky-blue-800: #1E1E62;
--sky-blue-900: #13133E;
--sky-blue-950: #0C0C27;
}