Sky Blue
#A2AEE7
BlueColor Codes
All color formats for development
HEX
#A2AEE7RGB
rgb(162, 174, 231)HSL
hsl(230, 59%, 77%)OKLCH
oklch(0.762 0.083 275.1)CMYK
cmyk(30%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8392DF
2#6377D7
3#445BCF
4#3047BB
5#283C9C
6#20307D
7#18245E
8#10183E
9#080C1F
Tints
Lighter variations
1#ABB5E9
2#B4BEEC
3#BEC6EE
4#C7CEF1
5#D0D6F3
6#DADEF5
7#E3E6F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A5B0E3
2#A9B2E0
3#ACB4DD
4#B0B7D9
5#B3B9D6
6#B7BBD2
7#BABDCF
8#BDC0CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AD #A2ADE7 | BordersInactive statesPlaceholder text |
| 400 | 7183 #7183DA | Disabled statesSecondary iconsMuted text |
| 500 | 495F #495FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E44 #2E44B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2536 #25368E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A27 #1A2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E6F8;
--sky-blue-200: #CAD1F1;
--sky-blue-300: #A2ADE7;
--sky-blue-400: #7183DA;
--sky-blue-500: #495FD0;
--sky-blue-600: #2E44B2;
--sky-blue-700: #25368E;
--sky-blue-800: #1A2765;
--sky-blue-900: #111941;
--sky-blue-950: #0A0F29;
}