Sky Blue
#A3A3E6
BlueColor Codes
All color formats for development
HEX
#A3A3E6RGB
rgb(163, 163, 230)HSL
hsl(240, 57%, 77%)OKLCH
oklch(0.741 0.096 283.8)CMYK
cmyk(29%, 29%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8484DD
2#6565D5
3#4646CC
4#3333B9
5#2A2A9A
6#22227B
7#19195C
8#11113E
9#08081F
Tints
Lighter variations
1#ACACE8
2#B5B5EB
3#BFBFED
4#C8C8F0
5#D1D1F2
6#DADAF5
7#E3E3F7
8#EDEDFA
9#F6F6FC
Tones
Muted variations
1#A6A6E2
2#AAAADF
3#ADADDC
4#B0B0D8
5#B4B4D5
6#B7B7D2
7#BABACE
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 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A3 #A3A3E6 | BordersInactive statesPlaceholder text |
| 400 | 7373 #7373D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4B #4B4BCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3030 #3030B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2626 #26268C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E3F7;
--sky-blue-200: #CBCBF1;
--sky-blue-300: #A3A3E6;
--sky-blue-400: #7373D9;
--sky-blue-500: #4B4BCE;
--sky-blue-600: #3030B0;
--sky-blue-700: #26268C;
--sky-blue-800: #1B1B64;
--sky-blue-900: #121240;
--sky-blue-950: #0B0B28;
}