Sky Blue
#A5A7E3
BlueColor Codes
All color formats for development
HEX
#A5A7E3RGB
rgb(165, 167, 227)HSL
hsl(238, 53%, 77%)OKLCH
oklch(0.749 0.086 282.6)CMYK
cmyk(27%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#878ADA
2#696DD1
3#4B4FC8
4#373CB4
5#2E3296
6#252878
7#1C1E5A
8#12143C
9#090A1E
Tints
Lighter variations
1#AEB0E6
2#B7B9E9
3#C0C2EC
4#C9CAEE
5#D2D3F1
6#DBDCF4
7#E4E5F7
8#EDEDF9
9#F6F6FC
Tones
Muted variations
1#A8AAE0
2#ABADDD
3#AFB0DA
4#B2B3D7
5#B5B6D4
6#B8B9D1
7#BBBCCE
8#BEBFCB
9#C1C1C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A7 #A5A7E3 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F53 #4F53C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3539 #3539AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2D #2A2D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E20 #1E2062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E4F7;
--sky-blue-200: #CCCDEF;
--sky-blue-300: #A5A7E3;
--sky-blue-400: #767AD5;
--sky-blue-500: #4F53C9;
--sky-blue-600: #3539AC;
--sky-blue-700: #2A2D89;
--sky-blue-800: #1E2062;
--sky-blue-900: #13153E;
--sky-blue-950: #0C0D27;
}