Sky Blue
#A5A7E4
BlueColor Codes
All color formats for development
HEX
#A5A7E4RGB
rgb(165, 167, 228)HSL
hsl(238, 54%, 77%)OKLCH
oklch(0.749 0.088 282.6)CMYK
cmyk(28%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8689DB
2#686CD2
3#4A4EC9
4#363AB5
5#2D3197
6#242779
7#1B1D5B
8#12133C
9#090A1E
Tints
Lighter variations
1#AEB0E7
2#B7B8E9
3#C0C1EC
4#C9CAEF
5#D2D3F2
6#DBDCF4
7#E4E5F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A8AAE1
2#ABADDE
3#AEB0DB
4#B1B3D7
5#B5B6D4
6#B8B9D1
7#BBBBCE
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A7 #A5A7E4 | BordersInactive statesPlaceholder text |
| 400 | 7679 #7679D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E52 #4E52CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3438 #3438AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292C #292C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D20 #1D2062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1314 #13143F | 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: #F3F3FB;
--sky-blue-100: #E4E4F7;
--sky-blue-200: #CCCDF0;
--sky-blue-300: #A5A7E4;
--sky-blue-400: #7679D6;
--sky-blue-500: #4E52CA;
--sky-blue-600: #3438AD;
--sky-blue-700: #292C89;
--sky-blue-800: #1D2062;
--sky-blue-900: #13143F;
--sky-blue-950: #0C0D27;
}