Sky Blue
#A4A6E5
BlueColor Codes
All color formats for development
HEX
#A4A6E5RGB
rgb(164, 166, 229)HSL
hsl(238, 56%, 77%)OKLCH
oklch(0.747 0.09 282.6)CMYK
cmyk(28%, 28%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8588DD
2#666AD4
3#484CCB
4#3438B8
5#2B2F99
6#23257B
7#1A1C5C
8#11133D
9#09091F
Tints
Lighter variations
1#ADAFE8
2#B6B8EA
3#BFC0ED
4#C8C9F0
5#D1D2F2
6#DADBF5
7#E4E4F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A7A9E2
2#AAACDF
3#ADAFDB
4#B1B2D8
5#B4B5D5
6#B7B8D1
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 | A4A6 #A4A6E5 | BordersInactive statesPlaceholder text |
| 400 | 7477 #7477D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C50 #4C50CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3136 #3136AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272B #272B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1E #1C1E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | 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: #A4A6E5;
--sky-blue-400: #7477D8;
--sky-blue-500: #4C50CD;
--sky-blue-600: #3136AF;
--sky-blue-700: #272B8B;
--sky-blue-800: #1C1E63;
--sky-blue-900: #121340;
--sky-blue-950: #0B0C28;
}