Sky Blue
#A1A1E8
BlueColor Codes
All color formats for development
HEX
#A1A1E8RGB
rgb(161, 161, 232)HSL
hsl(240, 61%, 77%)OKLCH
oklch(0.736 0.102 283.6)CMYK
cmyk(31%, 31%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8181E0
2#6161D9
3#4242D1
4#2E2EBE
5#26269E
6#1F1F7E
7#17175F
8#0F0F3F
9#080820
Tints
Lighter variations
1#AAAAEA
2#B3B3ED
3#BDBDEF
4#C6C6F1
5#D0D0F4
6#D9D9F6
7#E3E3F8
8#ECECFA
9#F6F6FD
Tones
Muted variations
1#A4A4E5
2#A8A8E1
3#ABABDD
4#AFAFDA
5#B2B2D6
6#B6B6D3
7#BABACF
8#BDBDCC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | 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: #E2E2F8;
--sky-blue-200: #CACAF2;
--sky-blue-300: #A1A1E8;
--sky-blue-400: #6F6FDC;
--sky-blue-500: #4646D2;
--sky-blue-600: #2C2CB5;
--sky-blue-700: #232390;
--sky-blue-800: #191967;
--sky-blue-900: #101042;
--sky-blue-950: #0A0A29;
}