Sky Blue
#A7AFE2
BlueColor Codes
All color formats for development
HEX
#A7AFE2RGB
rgb(167, 175, 226)HSL
hsl(232, 50%, 77%)OKLCH
oklch(0.766 0.074 277.6)CMYK
cmyk(26%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A94D8
2#6C79CE
3#4F5EC4
4#3B4BB1
5#313E93
6#273276
7#1D2558
8#14193B
9#0A0C1D
Tints
Lighter variations
1#B0B7E5
2#B9BFE8
3#C1C7EA
4#CACFED
5#D3D7F0
6#DCDFF3
7#E5E7F6
8#EDEFF9
9#F6F7FC
Tones
Muted variations
1#AAB1DF
2#ADB3DC
3#B0B5D9
4#B3B7D6
5#B6BAD3
6#B9BCD0
7#BCBECD
8#BEC0CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F5FB;
--sky-blue-100: #E4E7F6;
--sky-blue-200: #CDD2EE;
--sky-blue-300: #A7AFE2;
--sky-blue-400: #7985D2;
--sky-blue-500: #5362C6;
--sky-blue-600: #3847A8;
--sky-blue-700: #2D3986;
--sky-blue-800: #202860;
--sky-blue-900: #141A3D;
--sky-blue-950: #0D1026;
}