Sky Blue
#A3AAE6
BlueColor Codes
All color formats for development
HEX
#A3AAE6RGB
rgb(163, 170, 230)HSL
hsl(234, 57%, 77%)OKLCH
oklch(0.754 0.087 278.9)CMYK
cmyk(29%, 26%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#848DDD
2#6570D5
3#4654CC
4#3340B9
5#2A359A
6#222B7B
7#19205C
8#11153E
9#080B1F
Tints
Lighter variations
1#ACB2E8
2#B5BBEB
3#BFC3ED
4#C8CCF0
5#D1D4F2
6#DADDF5
7#E3E5F7
8#EDEEFA
9#F6F6FC
Tones
Muted variations
1#A6ACE2
2#AAAFDF
3#ADB2DC
4#B0B4D8
5#B4B7D5
6#B7BAD2
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 #CBCFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AA #A3AAE6 | BordersInactive statesPlaceholder text |
| 400 | 737D #737DD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B58 #4B58CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303D #303DB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2631 #26318C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B23 #1B2364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #121640 | 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: #CBCFF1;
--sky-blue-300: #A3AAE6;
--sky-blue-400: #737DD9;
--sky-blue-500: #4B58CE;
--sky-blue-600: #303DB0;
--sky-blue-700: #26318C;
--sky-blue-800: #1B2364;
--sky-blue-900: #121640;
--sky-blue-950: #0B0E28;
}