Sky Blue
#A1BAE8
BlueColor Codes
All color formats for development
HEX
#A1BAE8RGB
rgb(161, 186, 232)HSL
hsl(219, 61%, 77%)OKLCH
oklch(0.786 0.071 262.5)CMYK
cmyk(31%, 20%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A2E0
2#618BD9
3#4274D1
4#2E60BE
5#26509E
6#1F407E
7#17305F
8#0F203F
9#081020
Tints
Lighter variations
1#AAC1EA
2#B3C7ED
3#BDCEEF
4#C6D5F1
5#D0DCF4
6#D9E3F6
7#E3EAF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A4BBE5
2#A8BCE1
3#ABBDDD
4#AFBEDA
5#B2BFD6
6#B6C0D3
7#BAC1CF
8#BDC2CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EAF8;
--sky-blue-200: #CAD8F2;
--sky-blue-300: #A1BAE8;
--sky-blue-400: #6F95DC;
--sky-blue-500: #4677D2;
--sky-blue-600: #2C5CB5;
--sky-blue-700: #234990;
--sky-blue-800: #193467;
--sky-blue-900: #102142;
--sky-blue-950: #0A1529;
}