Sky Blue
#A1AEE8
BlueColor Codes
All color formats for development
HEX
#A1AEE8RGB
rgb(161, 174, 232)HSL
hsl(229, 61%, 77%)OKLCH
oklch(0.762 0.085 274.5)CMYK
cmyk(31%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8192E0
2#6177D9
3#425CD1
4#2E48BE
5#263C9E
6#1F307E
7#17245F
8#0F183F
9#080C20
Tints
Lighter variations
1#AAB6EA
2#B3BEED
3#BDC6EF
4#C6CEF1
5#D0D6F4
6#D9DEF6
7#E3E7F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A4B0E5
2#A8B2E1
3#ABB4DD
4#AFB7DA
5#B2B9D6
6#B6BBD3
7#BABECF
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E2E6F8;
--sky-blue-200: #CAD1F2;
--sky-blue-300: #A1AEE8;
--sky-blue-400: #6F83DC;
--sky-blue-500: #4660D2;
--sky-blue-600: #2C45B5;
--sky-blue-700: #233790;
--sky-blue-800: #192767;
--sky-blue-900: #101942;
--sky-blue-950: #0A1029;
}