Sky Blue
#A4ADE5
BlueColor Codes
All color formats for development
HEX
#A4ADE5RGB
rgb(164, 173, 229)HSL
hsl(232, 56%, 77%)OKLCH
oklch(0.761 0.081 277.2)CMYK
cmyk(28%, 24%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8591DD
2#6675D4
3#4859CB
4#3445B8
5#2B3A99
6#232E7B
7#1A235C
8#11173D
9#090C1F
Tints
Lighter variations
1#ADB5E8
2#B6BDEA
3#BFC5ED
4#C8CDF0
5#D1D6F2
6#DADEF5
7#E4E6F7
8#EDEEFA
9#F6F7FC
Tones
Muted variations
1#A7AFE2
2#AAB1DF
3#ADB3DB
4#B1B6D8
5#B4B8D5
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 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7481 #7481D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5D #4C5DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3142 #3142AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2735 #27358B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C26 #1C2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | 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: #CBD0F0;
--sky-blue-300: #A4ACE5;
--sky-blue-400: #7481D8;
--sky-blue-500: #4C5DCD;
--sky-blue-600: #3142AF;
--sky-blue-700: #27358B;
--sky-blue-800: #1C2663;
--sky-blue-900: #121840;
--sky-blue-950: #0B0F28;
}