Sky Blue
#A2A8E7
BlueColor Codes
All color formats for development
HEX
#A2A8E7RGB
rgb(162, 168, 231)HSL
hsl(235, 59%, 77%)OKLCH
oklch(0.75 0.091 279.8)CMYK
cmyk(30%, 27%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838ADF
2#636DD7
3#4450CF
4#303CBB
5#28329C
6#20287D
7#181E5E
8#10143E
9#080A1F
Tints
Lighter variations
1#ABB0E9
2#B4B9EC
3#BEC2EE
4#C7CBF1
5#D0D3F3
6#DADCF5
7#E3E5F8
8#ECEEFA
9#F6F6FD
Tones
Muted variations
1#A5AAE3
2#A9ADE0
3#ACB0DD
4#B0B3D9
5#B3B6D6
6#B7B9D2
7#BABCCF
8#BDBFCB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E7 | BordersInactive statesPlaceholder text |
| 400 | 717A #717ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4954 #4954D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E39 #2E39B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252D #252D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A20 #1A2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111541 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E4F8;
--sky-blue-200: #CACEF1;
--sky-blue-300: #A2A8E7;
--sky-blue-400: #717ADA;
--sky-blue-500: #4954D0;
--sky-blue-600: #2E39B2;
--sky-blue-700: #252D8E;
--sky-blue-800: #1A2065;
--sky-blue-900: #111541;
--sky-blue-950: #0A0D29;
}