Sky Blue
#A2A3E7
BlueColor Codes
All color formats for development
HEX
#A2A3E7RGB
rgb(162, 163, 231)HSL
hsl(239, 59%, 77%)OKLCH
oklch(0.74 0.098 283.1)CMYK
cmyk(30%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8384DF
2#6365D7
3#4446CF
4#3033BB
5#282A9C
6#20227D
7#18195E
8#10113E
9#08081F
Tints
Lighter variations
1#ABACE9
2#B4B5EC
3#BEBFEE
4#C7C8F1
5#D0D1F3
6#DADAF5
7#E3E3F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A5A6E3
2#A9AAE0
3#ACADDD
4#B0B0D9
5#B3B4D6
6#B7B7D2
7#BABACF
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 | CACB #CACBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A3 #A2A3E7 | BordersInactive statesPlaceholder text |
| 400 | 7173 #7173DA | Disabled statesSecondary iconsMuted text |
| 500 | 494B #494BD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E30 #2E30B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2526 #25268E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1B #1A1B65 | 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: #CACBF1;
--sky-blue-300: #A2A3E7;
--sky-blue-400: #7173DA;
--sky-blue-500: #494BD0;
--sky-blue-600: #2E30B2;
--sky-blue-700: #25268E;
--sky-blue-800: #1A1B65;
--sky-blue-900: #111241;
--sky-blue-950: #0A0B29;
}