Sky Blue
#A2AEE6
BlueColor Codes
All color formats for development
HEX
#A2AEE6RGB
rgb(162, 174, 230)HSL
hsl(229, 58%, 77%)OKLCH
oklch(0.762 0.082 274.9)CMYK
cmyk(30%, 24%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8394DE
2#6479D6
3#455ECE
4#314BBA
5#293E9B
6#21327C
7#19255D
8#10193E
9#080C1F
Tints
Lighter variations
1#ACB7E9
2#B5BFEB
3#BEC7EE
4#C7CFF0
5#D1D7F3
6#DADFF5
7#E3E7F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A6B1E3
2#A9B3E0
3#ADB5DC
4#B0B7D9
5#B3BAD5
6#B7BCD2
7#BABECF
8#BEC0CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AF #A2AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7285 #7285DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A62 #4A62CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F47 #2F47B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A40 | 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: #F3F5FC;
--sky-blue-100: #E3E7F8;
--sky-blue-200: #CBD2F1;
--sky-blue-300: #A2AFE6;
--sky-blue-400: #7285DA;
--sky-blue-500: #4A62CF;
--sky-blue-600: #2F47B1;
--sky-blue-700: #25388D;
--sky-blue-800: #1B2865;
--sky-blue-900: #111A40;
--sky-blue-950: #0B1028;
}