Sky Blue
#A1A2E8
BlueColor Codes
All color formats for development
HEX
#A1A2E8RGB
rgb(161, 162, 232)HSL
hsl(239, 61%, 77%)OKLCH
oklch(0.738 0.101 283)CMYK
cmyk(31%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8183E0
2#6163D9
3#4244D1
4#2E30BE
5#26289E
6#1F207E
7#17185F
8#0F103F
9#080820
Tints
Lighter variations
1#AAABEA
2#B3B4ED
3#BDBEEF
4#C6C7F1
5#D0D0F4
6#D9DAF6
7#E3E3F8
8#ECECFA
9#F6F6FD
Tones
Muted variations
1#A4A5E5
2#A8A9E1
3#ABACDD
4#AFB0DA
5#B2B3D6
6#B6B7D3
7#BABACF
8#BDBDCC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E3F8;
--sky-blue-200: #CACAF2;
--sky-blue-300: #A1A2E8;
--sky-blue-400: #6F71DC;
--sky-blue-500: #4649D2;
--sky-blue-600: #2C2EB5;
--sky-blue-700: #232590;
--sky-blue-800: #191A67;
--sky-blue-900: #101142;
--sky-blue-950: #0A0A29;
}