Sky Blue
#A2A4E7
BlueColor Codes
All color formats for development
HEX
#A2A4E7RGB
rgb(162, 164, 231)HSL
hsl(238, 59%, 77%)OKLCH
oklch(0.742 0.096 282.5)CMYK
cmyk(30%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8386DF
2#6367D7
3#4449CF
4#3035BB
5#282C9C
6#20237D
7#181A5E
8#10123E
9#08091F
Tints
Lighter variations
1#ABADE9
2#B4B6EC
3#BEBFEE
4#C7C8F1
5#D0D2F3
6#DADBF5
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A5A7E3
2#A9ABE0
3#ACAEDD
4#B0B1D9
5#B3B4D6
6#B7B7D2
7#BABBCF
8#BDBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E3F8;
--sky-blue-200: #CACCF1;
--sky-blue-300: #A2A4E7;
--sky-blue-400: #7175DA;
--sky-blue-500: #494DD0;
--sky-blue-600: #2E32B2;
--sky-blue-700: #25288E;
--sky-blue-800: #1A1D65;
--sky-blue-900: #111241;
--sky-blue-950: #0A0B29;
}