Sky Blue
#A1A8E8
BlueColor Codes
All color formats for development
HEX
#A1A8E8RGB
rgb(161, 168, 232)HSL
hsl(234, 61%, 77%)OKLCH
oklch(0.75 0.092 279.1)CMYK
cmyk(31%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#818BE0
2#616DD9
3#4250D1
4#2E3CBE
5#26329E
6#1F287E
7#171E5F
8#0F143F
9#080A20
Tints
Lighter variations
1#AAB0EA
2#B3B9ED
3#BDC2EF
4#C6CBF1
5#D0D3F4
6#D9DCF6
7#E3E5F8
8#ECEEFA
9#F6F6FD
Tones
Muted variations
1#A4ABE5
2#A8ADE1
3#ABB0DD
4#AFB3DA
5#B2B6D6
6#B6B9D3
7#BABCCF
8#BDBFCC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E2E4F8;
--sky-blue-200: #CACEF2;
--sky-blue-300: #A1A8E8;
--sky-blue-400: #6F7ADC;
--sky-blue-500: #4654D2;
--sky-blue-600: #2C39B5;
--sky-blue-700: #232E90;
--sky-blue-800: #192167;
--sky-blue-900: #101542;
--sky-blue-950: #0A0D29;
}