Sky Blue
#A1A7E8
BlueColor Codes
All color formats for development
HEX
#A1A7E8RGB
rgb(161, 167, 232)HSL
hsl(235, 61%, 77%)OKLCH
oklch(0.748 0.094 279.8)CMYK
cmyk(31%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8189E0
2#616BD9
3#424ED1
4#2E3ABE
5#26309E
6#1F277E
7#171D5F
8#0F133F
9#080A20
Tints
Lighter variations
1#AAAFEA
2#B3B8ED
3#BDC1EF
4#C6CAF1
5#D0D3F4
6#D9DCF6
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A4AAE5
2#A8ACE1
3#ABAFDD
4#AFB2DA
5#B2B5D6
6#B6B8D3
7#BABBCF
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E4F8;
--sky-blue-200: #CACDF2;
--sky-blue-300: #A1A7E8;
--sky-blue-400: #6F78DC;
--sky-blue-500: #4652D2;
--sky-blue-600: #2C37B5;
--sky-blue-700: #232C90;
--sky-blue-800: #191F67;
--sky-blue-900: #101442;
--sky-blue-950: #0A0D29;
}