Sky Blue
#A4ABE5
BlueColor Codes
All color formats for development
HEX
#A4ABE5RGB
rgb(164, 171, 229)HSL
hsl(234, 56%, 77%)OKLCH
oklch(0.757 0.084 278.9)CMYK
cmyk(28%, 25%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858EDD
2#6671D4
3#4855CB
4#3441B8
5#2B3699
6#232B7B
7#1A215C
8#11163D
9#090B1F
Tints
Lighter variations
1#ADB3E8
2#B6BBEA
3#BFC4ED
4#C8CCF0
5#D1D5F2
6#DADDF5
7#E4E6F7
8#EDEEFA
9#F6F7FC
Tones
Muted variations
1#A7ADE2
2#AAAFDF
3#ADB2DB
4#B1B5D8
5#B4B7D5
6#B7BAD1
7#BABCCE
8#BEBFCB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AA #A4AAE5 | BordersInactive statesPlaceholder text |
| 400 | 747E #747ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C59 #4C59CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313E #313EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2731 #27318B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C23 #1C2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E5F7;
--sky-blue-200: #CBCFF0;
--sky-blue-300: #A4AAE5;
--sky-blue-400: #747ED8;
--sky-blue-500: #4C59CD;
--sky-blue-600: #313EAF;
--sky-blue-700: #27318B;
--sky-blue-800: #1C2363;
--sky-blue-900: #121740;
--sky-blue-950: #0B0E28;
}