Sky Blue
#A4AEE5
BlueColor Codes
All color formats for development
HEX
#A4AEE5RGB
rgb(164, 174, 229)HSL
hsl(231, 56%, 77%)OKLCH
oklch(0.763 0.08 276.3)CMYK
cmyk(28%, 24%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8592DD
2#6677D4
3#485BCB
4#3448B8
5#2B3C99
6#23307B
7#1A245C
8#11183D
9#090C1F
Tints
Lighter variations
1#ADB6E8
2#B6BEEA
3#BFC6ED
4#C8CEF0
5#D1D6F2
6#DADEF5
7#E4E7F7
8#EDEFFA
9#F6F7FC
Tones
Muted variations
1#A7B0E2
2#AAB2DF
3#ADB4DB
4#B1B7D8
5#B4B9D5
6#B7BBD1
7#BABDCE
8#BEC0CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AD #A4ADE5 | BordersInactive statesPlaceholder text |
| 400 | 7483 #7483D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5F #4C5FCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3144 #3144AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2736 #27368B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C27 #1C2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E6F7;
--sky-blue-200: #CBD1F0;
--sky-blue-300: #A4ADE5;
--sky-blue-400: #7483D8;
--sky-blue-500: #4C5FCD;
--sky-blue-600: #3144AF;
--sky-blue-700: #27368B;
--sky-blue-800: #1C2763;
--sky-blue-900: #121940;
--sky-blue-950: #0B1028;
}