Sky Blue
#A2A7E6
BlueColor Codes
All color formats for development
HEX
#A2A7E6RGB
rgb(162, 167, 230)HSL
hsl(236, 58%, 77%)OKLCH
oklch(0.748 0.091 280.4)CMYK
cmyk(30%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8389DE
2#646CD6
3#454ECE
4#313BBA
5#29319B
6#21277C
7#191D5D
8#10143E
9#080A1F
Tints
Lighter variations
1#ACB0E9
2#B5B8EB
3#BEC1EE
4#C7CAF0
5#D1D3F3
6#DADCF5
7#E3E5F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A6AAE3
2#A9ADE0
3#ADB0DC
4#B0B3D9
5#B3B6D5
6#B7B9D2
7#BABCCF
8#BEBECB
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 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A7 #A2A7E6 | BordersInactive statesPlaceholder text |
| 400 | 7279 #7279DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A53 #4A53CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F38 #2F38B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B20 #1B2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | 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: #CBCDF1;
--sky-blue-300: #A2A7E6;
--sky-blue-400: #7279DA;
--sky-blue-500: #4A53CF;
--sky-blue-600: #2F38B1;
--sky-blue-700: #252C8D;
--sky-blue-800: #1B2065;
--sky-blue-900: #111440;
--sky-blue-950: #0B0D28;
}