Sky Blue
#A1A9E8
BlueColor Codes
All color formats for development
HEX
#A1A9E8RGB
rgb(161, 169, 232)HSL
hsl(233, 61%, 77%)OKLCH
oklch(0.752 0.091 278.4)CMYK
cmyk(31%, 27%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818CE0
2#616FD9
3#4252D1
4#2E3FBE
5#26349E
6#1F2A7E
7#171F5F
8#0F153F
9#080A20
Tints
Lighter variations
1#AAB2EA
2#B3BAED
3#BDC3EF
4#C6CBF1
5#D0D4F4
6#D9DDF6
7#E3E5F8
8#ECEEFA
9#F6F6FD
Tones
Muted variations
1#A4ACE5
2#A8AEE1
3#ABB1DD
4#AFB4DA
5#B2B7D6
6#B6B9D3
7#BABCCF
8#BDBFCC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7C #6F7CDC | Disabled statesSecondary iconsMuted text |
| 500 | 4657 #4657D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3C #2C3CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2330 #233090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1922 #192267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E2E5F8;
--sky-blue-200: #CACEF2;
--sky-blue-300: #A1A9E8;
--sky-blue-400: #6F7CDC;
--sky-blue-500: #4657D2;
--sky-blue-600: #2C3CB5;
--sky-blue-700: #233090;
--sky-blue-800: #192267;
--sky-blue-900: #101642;
--sky-blue-950: #0A0E29;
}