Sky Blue
#A1C4E8
BlueColor Codes
All color formats for development
HEX
#A1C4E8RGB
rgb(161, 196, 232)HSL
hsl(210, 61%, 77%)OKLCH
oklch(0.807 0.064 249.3)CMYK
cmyk(31%, 16%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B1E0
2#619DD9
3#4289D1
4#2E76BE
5#26629E
6#1F4F7E
7#173B5F
8#0F273F
9#081420
Tints
Lighter variations
1#AACAEA
2#B3D0ED
3#BDD6EF
4#C6DCF1
5#D0E2F4
6#D9E8F6
7#E3EDF8
8#ECF3FA
9#F6F9FD
Tones
Muted variations
1#A4C4E5
2#A8C4E1
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 | CADE #CADEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C4 #A1C4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA6 #6FA6DC | Disabled statesSecondary iconsMuted text |
| 500 | 468C #468CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C70 #2C70B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2359 #235990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1940 #194067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1029 #102942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | 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: #CADEF2;
--sky-blue-300: #A1C4E8;
--sky-blue-400: #6FA6DC;
--sky-blue-500: #468CD2;
--sky-blue-600: #2C70B5;
--sky-blue-700: #235990;
--sky-blue-800: #194067;
--sky-blue-900: #102942;
--sky-blue-950: #0A1A29;
}