Sky Blue
#A1A6E8
BlueColor Codes
All color formats for development
HEX
#A1A6E8RGB
rgb(161, 166, 232)HSL
hsl(236, 61%, 77%)OKLCH
oklch(0.746 0.095 280.5)CMYK
cmyk(31%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8187E0
2#6169D9
3#424BD1
4#2E38BE
5#262E9E
6#1F257E
7#171C5F
8#0F133F
9#080920
Tints
Lighter variations
1#AAAEEA
2#B3B7ED
3#BDC0EF
4#C6C9F1
5#D0D2F4
6#D9DBF6
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A4A8E5
2#A8ACE1
3#ABAFDD
4#AFB2DA
5#B2B5D6
6#B6B8D3
7#BABBCF
8#BDBECC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E2E4F8;
--sky-blue-200: #CACCF2;
--sky-blue-300: #A1A5E8;
--sky-blue-400: #6F77DC;
--sky-blue-500: #4650D2;
--sky-blue-600: #2C35B5;
--sky-blue-700: #232A90;
--sky-blue-800: #191E67;
--sky-blue-900: #101342;
--sky-blue-950: #0A0C29;
}