Sky Blue
#A5A6E4
BlueColor Codes
All color formats for development
HEX
#A5A6E4RGB
rgb(165, 166, 228)HSL
hsl(239, 54%, 77%)OKLCH
oklch(0.747 0.089 283.3)CMYK
cmyk(28%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8688DB
2#686AD2
3#4A4CC9
4#3638B5
5#2D2F97
6#242679
7#1B1C5B
8#12133C
9#09091E
Tints
Lighter variations
1#AEAFE7
2#B7B8E9
3#C0C1EC
4#C9C9EF
5#D2D2F2
6#DBDBF4
7#E4E4F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A8A9E1
2#ABACDE
3#AEAFDB
4#B1B2D7
5#B5B5D4
6#B8B8D1
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 | A5A6 #A5A6E4 | BordersInactive statesPlaceholder text |
| 400 | 7677 #7677D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E50 #4E50CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3436 #3436AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292B #292B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1E #1D1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1314 #13143F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | 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: #A5A6E4;
--sky-blue-400: #7677D6;
--sky-blue-500: #4E50CA;
--sky-blue-600: #3436AD;
--sky-blue-700: #292B89;
--sky-blue-800: #1D1E62;
--sky-blue-900: #13143F;
--sky-blue-950: #0C0C27;
}