Sky Blue
#A5ACE4
BlueColor Codes
All color formats for development
HEX
#A5ACE4RGB
rgb(165, 172, 228)HSL
hsl(233, 54%, 77%)OKLCH
oklch(0.759 0.081 278.8)CMYK
cmyk(28%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8690DB
2#6875D2
3#4A59C9
4#3645B5
5#2D3A97
6#242E79
7#1B235B
8#12173C
9#090C1E
Tints
Lighter variations
1#AEB4E7
2#B7BDE9
3#C0C5EC
4#C9CDEF
5#D2D6F2
6#DBDEF4
7#E4E6F7
8#EDEEFA
9#F6F7FC
Tones
Muted variations
1#A8AEE1
2#ABB1DE
3#AEB3DB
4#B1B6D7
5#B5B8D4
6#B8BBD1
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 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AC #A5ACE4 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5D #4E5DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3442 #3442AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2934 #293489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D25 #1D2562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E6F7;
--sky-blue-200: #CCD0F0;
--sky-blue-300: #A5ACE4;
--sky-blue-400: #7681D6;
--sky-blue-500: #4E5DCA;
--sky-blue-600: #3442AD;
--sky-blue-700: #293489;
--sky-blue-800: #1D2562;
--sky-blue-900: #13183F;
--sky-blue-950: #0C0F27;
}