Sky Blue
#A5ABE4
BlueColor Codes
All color formats for development
HEX
#A5ABE4RGB
rgb(165, 171, 228)HSL
hsl(234, 54%, 77%)OKLCH
oklch(0.757 0.082 279.6)CMYK
cmyk(28%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868FDB
2#6873D2
3#4A57C9
4#3643B5
5#2D3897
6#242D79
7#1B215B
8#12163C
9#090B1E
Tints
Lighter variations
1#AEB3E7
2#B7BCE9
3#C0C4EC
4#C9CDEF
5#D2D5F2
6#DBDDF4
7#E4E6F7
8#EDEEFA
9#F6F7FC
Tones
Muted variations
1#A8AEE1
2#ABB0DE
3#AEB3DB
4#B1B5D7
5#B5B8D4
6#B8BAD1
7#BBBDCE
8#BEBFCB
9#C1C2C8
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 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AB #A5ABE4 | BordersInactive statesPlaceholder text |
| 400 | 767F #767FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5B #4E5BCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3440 #3440AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2933 #293389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1317 #13173F | 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: #CCD0F0;
--sky-blue-300: #A5ABE4;
--sky-blue-400: #767FD6;
--sky-blue-500: #4E5BCA;
--sky-blue-600: #3440AD;
--sky-blue-700: #293389;
--sky-blue-800: #1D2462;
--sky-blue-900: #13173F;
--sky-blue-950: #0C0E27;
}