Sky Blue
#A4A4E5
BlueColor Codes
All color formats for development
HEX
#A4A4E5RGB
rgb(164, 164, 229)HSL
hsl(240, 56%, 77%)OKLCH
oklch(0.743 0.093 283.9)CMYK
cmyk(28%, 28%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8585DD
2#6666D4
3#4848CB
4#3434B8
5#2B2B99
6#23237B
7#1A1A5C
8#11113D
9#09091F
Tints
Lighter variations
1#ADADE8
2#B6B6EA
3#BFBFED
4#C8C8F0
5#D1D1F2
6#DADAF5
7#E4E4F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A7A7E2
2#AAAADF
3#ADADDB
4#B1B1D8
5#B4B4D5
6#B7B7D1
7#BABACE
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E3F7;
--sky-blue-200: #CBCBF0;
--sky-blue-300: #A4A4E5;
--sky-blue-400: #7474D8;
--sky-blue-500: #4C4CCD;
--sky-blue-600: #3131AF;
--sky-blue-700: #27278B;
--sky-blue-800: #1C1C63;
--sky-blue-900: #121240;
--sky-blue-950: #0B0B28;
}