Sky Blue
#A5AAE4
BlueColor Codes
All color formats for development
HEX
#A5AAE4RGB
rgb(165, 170, 228)HSL
hsl(235, 54%, 77%)OKLCH
oklch(0.755 0.083 280.4)CMYK
cmyk(28%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868DDB
2#6871D2
3#4A55C9
4#3641B5
5#2D3697
6#242B79
7#1B205B
8#12163C
9#090B1E
Tints
Lighter variations
1#AEB2E7
2#B7BBE9
3#C0C3EC
4#C9CCEF
5#D2D4F2
6#DBDDF4
7#E4E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A8ADE1
2#ABAFDE
3#AEB2DB
4#B1B5D7
5#B5B7D4
6#B8BAD1
7#BBBCCE
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 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AA #A5AAE4 | BordersInactive statesPlaceholder text |
| 400 | 767E #767ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E59 #4E59CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343E #343EAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2931 #293189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D23 #1D2362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | 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: #CCCFF0;
--sky-blue-300: #A5AAE4;
--sky-blue-400: #767ED6;
--sky-blue-500: #4E59CA;
--sky-blue-600: #343EAD;
--sky-blue-700: #293189;
--sky-blue-800: #1D2362;
--sky-blue-900: #13163F;
--sky-blue-950: #0C0E27;
}