Sky Blue
#A1A5E8
BlueColor Codes
All color formats for development
HEX
#A1A5E8RGB
rgb(161, 165, 232)HSL
hsl(237, 61%, 77%)OKLCH
oklch(0.744 0.096 281.1)CMYK
cmyk(31%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8186E0
2#6167D9
3#4249D1
4#2E35BE
5#262C9E
6#1F237E
7#171B5F
8#0F123F
9#080920
Tints
Lighter variations
1#AAADEA
2#B3B6ED
3#BDBFEF
4#C6C8F1
5#D0D2F4
6#D9DBF6
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A4A7E5
2#A8ABE1
3#ABAEDD
4#AFB1DA
5#B2B4D6
6#B6B7D3
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 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | 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: #CACCF2;
--sky-blue-300: #A1A4E8;
--sky-blue-400: #6F75DC;
--sky-blue-500: #464DD2;
--sky-blue-600: #2C33B5;
--sky-blue-700: #232890;
--sky-blue-800: #191D67;
--sky-blue-900: #101242;
--sky-blue-950: #0A0C29;
}