Sky Blue
#A2A2E7
BlueColor Codes
All color formats for development
HEX
#A2A2E7RGB
rgb(162, 162, 231)HSL
hsl(240, 59%, 77%)OKLCH
oklch(0.738 0.099 283.7)CMYK
cmyk(30%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8383DF
2#6363D7
3#4444CF
4#3030BB
5#28289C
6#20207D
7#18185E
8#10103E
9#08081F
Tints
Lighter variations
1#ABABE9
2#B4B4EC
3#BEBEEE
4#C7C7F1
5#D0D0F3
6#DADAF5
7#E3E3F8
8#ECECFA
9#F6F6FD
Tones
Muted variations
1#A5A5E3
2#A9A9E0
3#ACACDD
4#B0B0D9
5#B3B3D6
6#B7B7D2
7#BABACF
8#BDBDCB
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 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | 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: #CACAF1;
--sky-blue-300: #A2A2E7;
--sky-blue-400: #7171DA;
--sky-blue-500: #4949D0;
--sky-blue-600: #2E2EB2;
--sky-blue-700: #25258E;
--sky-blue-800: #1A1A65;
--sky-blue-900: #111141;
--sky-blue-950: #0A0A29;
}