Sky Blue
#A5ADE4
BlueColor Codes
All color formats for development
HEX
#A5ADE4RGB
rgb(165, 173, 228)HSL
hsl(232, 54%, 77%)OKLCH
oklch(0.761 0.079 277.9)CMYK
cmyk(28%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8692DB
2#6876D2
3#4A5BC9
4#3647B5
5#2D3B97
6#242F79
7#1B245B
8#12183C
9#090C1E
Tints
Lighter variations
1#AEB5E7
2#B7BDE9
3#C0C6EC
4#C9CEEF
5#D2D6F2
6#DBDEF4
7#E4E6F7
8#EDEFFA
9#F6F7FC
Tones
Muted variations
1#A8AFE1
2#ABB2DE
3#AEB4DB
4#B1B6D7
5#B5B9D4
6#B8BBD1
7#BBBDCE
8#BEC0CB
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 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE4 | BordersInactive statesPlaceholder text |
| 400 | 7682 #7682D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5F #4E5FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3444 #3444AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2936 #293689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | 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: #CCD1F0;
--sky-blue-300: #A5ADE4;
--sky-blue-400: #7682D6;
--sky-blue-500: #4E5FCA;
--sky-blue-600: #3444AD;
--sky-blue-700: #293689;
--sky-blue-800: #1D2762;
--sky-blue-900: #13193F;
--sky-blue-950: #0C0F27;
}