Sky Blue
#A4A7E5
BlueColor Codes
All color formats for development
HEX
#A4A7E5RGB
rgb(164, 167, 229)HSL
hsl(237, 56%, 77%)OKLCH
oklch(0.749 0.089 281.9)CMYK
cmyk(28%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8589DD
2#666CD4
3#484ECB
4#343AB8
5#2B3199
6#23277B
7#1A1D5C
8#11133D
9#090A1F
Tints
Lighter variations
1#ADB0E8
2#B6B8EA
3#BFC1ED
4#C8CAF0
5#D1D3F2
6#DADCF5
7#E4E5F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A7AAE2
2#AAADDF
3#ADB0DB
4#B1B3D8
5#B4B6D5
6#B7B9D1
7#BABBCE
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 7479 #7479D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C52 #4C52CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3138 #3138AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272C #272C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C20 #1C2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #121440 | 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: #F3F3FC;
--sky-blue-100: #E3E4F7;
--sky-blue-200: #CBCDF0;
--sky-blue-300: #A4A7E5;
--sky-blue-400: #7479D8;
--sky-blue-500: #4C52CD;
--sky-blue-600: #3138AF;
--sky-blue-700: #272C8B;
--sky-blue-800: #1C2063;
--sky-blue-900: #121440;
--sky-blue-950: #0B0D28;
}