Sky Blue
#A1C8E8
BlueColor Codes
All color formats for development
HEX
#A1C8E8RGB
rgb(161, 200, 232)HSL
hsl(207, 61%, 77%)OKLCH
oklch(0.816 0.061 243.3)CMYK
cmyk(31%, 14%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B5E0
2#61A3D9
3#4291D1
4#2E7DBE
5#26689E
6#1F537E
7#173E5F
8#0F2A3F
9#081520
Tints
Lighter variations
1#AACDEA
2#B3D3ED
3#BDD8EF
4#C6DEF1
5#D0E3F4
6#D9E9F6
7#E3EEF8
8#ECF4FA
9#F6F9FD
Tones
Muted variations
1#A4C8E5
2#A8C7E1
3#ABC7DD
4#AFC6DA
5#B2C6D6
6#B6C6D3
7#BAC5CF
8#BDC5CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #CAE0F2;
--sky-blue-300: #A1C8E8;
--sky-blue-400: #6FABDC;
--sky-blue-500: #4693D2;
--sky-blue-600: #2C77B5;
--sky-blue-700: #235F90;
--sky-blue-800: #194467;
--sky-blue-900: #102B42;
--sky-blue-950: #0A1B29;
}