Sky Blue
#A1C3E8
BlueColor Codes
All color formats for development
HEX
#A1C3E8RGB
rgb(161, 195, 232)HSL
hsl(211, 61%, 77%)OKLCH
oklch(0.805 0.064 250.8)CMYK
cmyk(31%, 16%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81AFE0
2#619BD9
3#4287D1
4#2E73BE
5#26609E
6#1F4D7E
7#173A5F
8#0F263F
9#081320
Tints
Lighter variations
1#AAC9EA
2#B3CFED
3#BDD5EF
4#C6DBF1
5#D0E1F4
6#D9E7F6
7#E3EDF8
8#ECF3FA
9#F6F9FD
Tones
Muted variations
1#A4C3E5
2#A8C3E1
3#ABC4DD
4#AFC4DA
5#B2C4D6
6#B6C4D3
7#BAC4CF
8#BDC4CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EDF8;
--sky-blue-200: #CADDF2;
--sky-blue-300: #A1C3E8;
--sky-blue-400: #6FA4DC;
--sky-blue-500: #468AD2;
--sky-blue-600: #2C6EB5;
--sky-blue-700: #235790;
--sky-blue-800: #193E67;
--sky-blue-900: #102842;
--sky-blue-950: #0A1929;
}