Sky Blue
#A2A6E7
BlueColor Codes
All color formats for development
HEX
#A2A6E7RGB
rgb(162, 166, 231)HSL
hsl(237, 59%, 77%)OKLCH
oklch(0.746 0.094 281.1)CMYK
cmyk(30%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8387DF
2#6369D7
3#444BCF
4#3037BB
5#282E9C
6#20257D
7#181C5E
8#10123E
9#08091F
Tints
Lighter variations
1#ABAEE9
2#B4B7EC
3#BEC0EE
4#C7C9F1
5#D0D2F3
6#DADBF5
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A5A8E3
2#A9ABE0
3#ACAFDD
4#B0B2D9
5#B3B5D6
6#B7B8D2
7#BABBCF
8#BDBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A5 #A2A5E7 | BordersInactive statesPlaceholder text |
| 400 | 7176 #7176DA | Disabled statesSecondary iconsMuted text |
| 500 | 494F #494FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E35 #2E35B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252A #252A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1E #1A1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1113 #111341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E4F8;
--sky-blue-200: #CACCF1;
--sky-blue-300: #A2A5E7;
--sky-blue-400: #7176DA;
--sky-blue-500: #494FD0;
--sky-blue-600: #2E35B2;
--sky-blue-700: #252A8E;
--sky-blue-800: #1A1E65;
--sky-blue-900: #111341;
--sky-blue-950: #0A0C29;
}