Sky Blue
#A3A5E6
BlueColor Codes
All color formats for development
HEX
#A3A5E6RGB
rgb(163, 165, 230)HSL
hsl(238, 57%, 77%)OKLCH
oklch(0.744 0.093 282.5)CMYK
cmyk(29%, 28%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8487DD
2#6569D5
3#464BCC
4#3337B9
5#2A2E9A
6#22257B
7#191C5C
8#11123E
9#08091F
Tints
Lighter variations
1#ACAEE8
2#B5B7EB
3#BFC0ED
4#C8C9F0
5#D1D2F2
6#DADBF5
7#E3E4F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A6A8E2
2#AAABDF
3#ADAFDC
4#B0B2D8
5#B4B5D5
6#B7B8D2
7#BABBCE
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A5 #A3A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7376 #7376D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4F #4B4FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3035 #3035B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 262A #262A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E4F7;
--sky-blue-200: #CBCCF1;
--sky-blue-300: #A3A5E6;
--sky-blue-400: #7376D9;
--sky-blue-500: #4B4FCE;
--sky-blue-600: #3035B0;
--sky-blue-700: #262A8C;
--sky-blue-800: #1B1E64;
--sky-blue-900: #121340;
--sky-blue-950: #0B0C28;
}