Sky Blue
#A2A2E6
BlueColor Codes
All color formats for development
HEX
#A2A2E6RGB
rgb(162, 162, 230)HSL
hsl(240, 58%, 77%)OKLCH
oklch(0.738 0.098 283.7)CMYK
cmyk(30%, 30%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8383DE
2#6464D6
3#4545CE
4#3131BA
5#29299B
6#21217C
7#19195D
8#10103E
9#08081F
Tints
Lighter variations
1#ACACE9
2#B5B5EB
3#BEBEEE
4#C7C7F0
5#D1D1F3
6#DADAF5
7#E3E3F8
8#ECECFA
9#F6F6FD
Tones
Muted variations
1#A6A6E3
2#A9A9E0
3#ADADDC
4#B0B0D9
5#B3B3D5
6#B7B7D2
7#BABACF
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E3F8;
--sky-blue-200: #CBCBF1;
--sky-blue-300: #A2A2E6;
--sky-blue-400: #7272DA;
--sky-blue-500: #4A4ACF;
--sky-blue-600: #2F2FB1;
--sky-blue-700: #25258D;
--sky-blue-800: #1B1B65;
--sky-blue-900: #111140;
--sky-blue-950: #0B0B28;
}