Sky Blue
#A1AAE8
BlueColor Codes
All color formats for development
HEX
#A1AAE8RGB
rgb(161, 170, 232)HSL
hsl(232, 61%, 77%)OKLCH
oklch(0.754 0.09 277.6)CMYK
cmyk(31%, 27%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818EE0
2#6171D9
3#4255D1
4#2E41BE
5#26369E
6#1F2B7E
7#17215F
8#0F163F
9#080B20
Tints
Lighter variations
1#AAB3EA
2#B3BBED
3#BDC4EF
4#C6CCF1
5#D0D5F4
6#D9DDF6
7#E3E6F8
8#ECEEFA
9#F6F7FD
Tones
Muted variations
1#A4ADE5
2#A8AFE1
3#ABB2DD
4#AFB5DA
5#B2B7D6
6#B6BAD3
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 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | 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: #CACFF2;
--sky-blue-300: #A1AAE8;
--sky-blue-400: #6F7EDC;
--sky-blue-500: #4659D2;
--sky-blue-600: #2C3EB5;
--sky-blue-700: #233190;
--sky-blue-800: #192367;
--sky-blue-900: #101742;
--sky-blue-950: #0A0E29;
}