Sky Blue
#A5A5E4
BlueColor Codes
All color formats for development
HEX
#A5A5E4RGB
rgb(165, 165, 228)HSL
hsl(240, 54%, 77%)OKLCH
oklch(0.745 0.09 284)CMYK
cmyk(28%, 28%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8686DB
2#6868D2
3#4A4AC9
4#3636B5
5#2D2D97
6#242479
7#1B1B5B
8#12123C
9#09091E
Tints
Lighter variations
1#AEAEE7
2#B7B7E9
3#C0C0EC
4#C9C9EF
5#D2D2F2
6#DBDBF4
7#E4E4F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A8A8E1
2#ABABDE
3#AEAEDB
4#B1B1D7
5#B5B5D4
6#B8B8D1
7#BBBBCE
8#BEBECB
9#C1C1C8
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 #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | 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: #CCCCF0;
--sky-blue-300: #A5A5E4;
--sky-blue-400: #7676D6;
--sky-blue-500: #4E4ECA;
--sky-blue-600: #3434AD;
--sky-blue-700: #292989;
--sky-blue-800: #1D1D62;
--sky-blue-900: #13133F;
--sky-blue-950: #0C0C27;
}