Sky Blue
#A4AFE5
BlueColor Codes
All color formats for development
HEX
#A4AFE5RGB
rgb(164, 175, 229)HSL
hsl(230, 56%, 77%)OKLCH
oklch(0.765 0.078 275.5)CMYK
cmyk(28%, 24%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8593DD
2#6679D4
3#485ECB
4#344AB8
5#2B3E99
6#23317B
7#1A255C
8#11193D
9#090C1F
Tints
Lighter variations
1#ADB7E8
2#B6BFEA
3#BFC7ED
4#C8CFF0
5#D1D7F2
6#DADFF5
7#E4E7F7
8#EDEFFA
9#F6F7FC
Tones
Muted variations
1#A7B1E2
2#AAB3DF
3#ADB5DB
4#B1B7D8
5#B4B9D5
6#B7BCD1
7#BABECE
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 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AE #A4AEE5 | BordersInactive statesPlaceholder text |
| 400 | 7484 #7484D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C61 #4C61CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3146 #3146AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2738 #27388B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C28 #1C2863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | 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: #CBD1F0;
--sky-blue-300: #A4AEE5;
--sky-blue-400: #7484D8;
--sky-blue-500: #4C61CD;
--sky-blue-600: #3146AF;
--sky-blue-700: #27388B;
--sky-blue-800: #1C2863;
--sky-blue-900: #121A40;
--sky-blue-950: #0B1028;
}