Sky Blue
#A5A9E3
BlueColor Codes
All color formats for development
HEX
#A5A9E3RGB
rgb(165, 169, 227)HSL
hsl(236, 53%, 77%)OKLCH
oklch(0.753 0.083 281.1)CMYK
cmyk(27%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#878DDA
2#6970D1
3#4B53C8
4#3740B4
5#2E3596
6#252A78
7#1C205A
8#12153C
9#090B1E
Tints
Lighter variations
1#AEB2E6
2#B7BBE9
3#C0C3EC
4#C9CCEE
5#D2D4F1
6#DBDDF4
7#E4E5F7
8#EDEEF9
9#F6F6FC
Tones
Muted variations
1#A8ACE0
2#ABAFDD
3#AFB1DA
4#B2B4D7
5#B5B7D4
6#B8BAD1
7#BBBCCE
8#BEBFCB
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E3 | BordersInactive statesPlaceholder text |
| 400 | 767D #767DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F58 #4F58C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 353D #353DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A30 #2A3089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E22 #1E2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E5F7;
--sky-blue-200: #CCCFEF;
--sky-blue-300: #A5A9E3;
--sky-blue-400: #767DD5;
--sky-blue-500: #4F58C9;
--sky-blue-600: #353DAC;
--sky-blue-700: #2A3089;
--sky-blue-800: #1E2262;
--sky-blue-900: #13163E;
--sky-blue-950: #0C0E27;
}