Sky Blue
#A4A8E5
BlueColor Codes
All color formats for development
HEX
#A4A8E5RGB
rgb(164, 168, 229)HSL
hsl(236, 56%, 77%)OKLCH
oklch(0.751 0.088 281.1)CMYK
cmyk(28%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858BDD
2#666ED4
3#4850CB
4#343DB8
5#2B3399
6#23287B
7#1A1E5C
8#11143D
9#090A1F
Tints
Lighter variations
1#ADB1E8
2#B6B9EA
3#BFC2ED
4#C8CBF0
5#D1D3F2
6#DADCF5
7#E4E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A7ABE2
2#AAAEDF
3#ADB0DB
4#B1B3D8
5#B4B6D5
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 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A8 #A4A8E5 | BordersInactive statesPlaceholder text |
| 400 | 747A #747AD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C55 #4C55CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313A #313AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272E #272E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C21 #1C2163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #121540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E4F7;
--sky-blue-200: #CBCEF0;
--sky-blue-300: #A4A8E5;
--sky-blue-400: #747AD8;
--sky-blue-500: #4C55CD;
--sky-blue-600: #313AAF;
--sky-blue-700: #272E8B;
--sky-blue-800: #1C2163;
--sky-blue-900: #121540;
--sky-blue-950: #0B0D28;
}