Sky Blue
#A4A9E5
BlueColor Codes
All color formats for development
HEX
#A4A9E5RGB
rgb(164, 169, 229)HSL
hsl(235, 56%, 77%)OKLCH
oklch(0.753 0.086 280.4)CMYK
cmyk(28%, 26%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858CDD
2#666FD4
3#4853CB
4#343FB8
5#2B3499
6#232A7B
7#1A1F5C
8#11153D
9#090A1F
Tints
Lighter variations
1#ADB2E8
2#B6BAEA
3#BFC3ED
4#C8CBF0
5#D1D4F2
6#DADDF5
7#E4E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A7ACE2
2#AAAEDF
3#ADB1DB
4#B1B4D8
5#B4B7D5
6#B7B9D1
7#BABCCE
8#BEBFCB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A9 #A4A9E5 | BordersInactive statesPlaceholder text |
| 400 | 747C #747CD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C57 #4C57CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313C #313CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2730 #27308B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C22 #1C2263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E5F7;
--sky-blue-200: #CBCEF0;
--sky-blue-300: #A4A9E5;
--sky-blue-400: #747CD8;
--sky-blue-500: #4C57CD;
--sky-blue-600: #313CAF;
--sky-blue-700: #27308B;
--sky-blue-800: #1C2263;
--sky-blue-900: #121640;
--sky-blue-950: #0B0E28;
}