Sky Blue
#A2ADE6
BlueColor Codes
All color formats for development
HEX
#A2ADE6RGB
rgb(162, 173, 230)HSL
hsl(230, 58%, 77%)OKLCH
oklch(0.76 0.083 275.8)CMYK
cmyk(30%, 25%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8392DE
2#6477D6
3#455CCE
4#3148BA
5#293C9B
6#21307C
7#19245D
8#10183E
9#080C1F
Tints
Lighter variations
1#ACB6E9
2#B5BEEB
3#BEC6EE
4#C7CEF0
5#D1D6F3
6#DADEF5
7#E3E7F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A6B0E3
2#A9B2E0
3#ADB4DC
4#B0B7D9
5#B3B9D5
6#B7BBD2
7#BABECF
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 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AE #A2AEE6 | BordersInactive statesPlaceholder text |
| 400 | 7283 #7283DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A60 #4A60CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F45 #2F45B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2537 #25378D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B27 #1B2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111940 | 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: #E3E6F8;
--sky-blue-200: #CBD1F1;
--sky-blue-300: #A2AEE6;
--sky-blue-400: #7283DA;
--sky-blue-500: #4A60CF;
--sky-blue-600: #2F45B1;
--sky-blue-700: #25378D;
--sky-blue-800: #1B2765;
--sky-blue-900: #111940;
--sky-blue-950: #0B1028;
}