Sky Blue
#A1A3E8
BlueColor Codes
All color formats for development
HEX
#A1A3E8RGB
rgb(161, 163, 232)HSL
hsl(238, 61%, 77%)OKLCH
oklch(0.74 0.099 282.4)CMYK
cmyk(31%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8184E0
2#6165D9
3#4247D1
4#2E33BE
5#262A9E
6#1F227E
7#17195F
8#0F113F
9#080820
Tints
Lighter variations
1#AAACEA
2#B3B5ED
3#BDBFEF
4#C6C8F1
5#D0D1F4
6#D9DAF6
7#E3E3F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A4A6E5
2#A8AAE1
3#ABADDD
4#AFB0DA
5#B2B4D6
6#B6B7D3
7#BABACF
8#BDBECC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACB #CACBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A3 #A1A3E8 | BordersInactive statesPlaceholder text |
| 400 | 6F73 #6F73DC | Disabled statesSecondary iconsMuted text |
| 500 | 464B #464BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C30 #2C30B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2326 #232690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191B #191B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | 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: #E2E3F8;
--sky-blue-200: #CACBF2;
--sky-blue-300: #A1A3E8;
--sky-blue-400: #6F73DC;
--sky-blue-500: #464BD2;
--sky-blue-600: #2C30B5;
--sky-blue-700: #232690;
--sky-blue-800: #191B67;
--sky-blue-900: #101242;
--sky-blue-950: #0A0B29;
}