Sky Blue
#A1D3E8
BlueColor Codes
All color formats for development
HEX
#A1D3E8RGB
rgb(161, 211, 232)HSL
hsl(198, 61%, 77%)OKLCH
oklch(0.839 0.06 225.6)CMYK
cmyk(31%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81C4E0
2#61B5D9
3#42A6D1
4#2E93BE
5#267A9E
6#1F627E
7#17495F
8#0F313F
9#081820
Tints
Lighter variations
1#AAD7EA
2#B3DCED
3#BDE0EF
4#C6E4F1
5#D0E9F4
6#D9EDF6
7#E3F2F8
8#ECF6FA
9#F6FBFD
Tones
Muted variations
1#A4D1E5
2#A8D0E1
3#ABCEDD
4#AFCDDA
5#B2CCD6
6#B6CAD3
7#BAC9CF
8#BDC7CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D3 #A1D3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBC #6FBCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46A8 #46A8D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8C #2C8CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236F #236F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194F #194F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F2F8;
--sky-blue-200: #CAE6F2;
--sky-blue-300: #A1D3E8;
--sky-blue-400: #6FBCDC;
--sky-blue-500: #46A8D2;
--sky-blue-600: #2C8CB5;
--sky-blue-700: #236F90;
--sky-blue-800: #194F67;
--sky-blue-900: #103342;
--sky-blue-950: #0A2029;
}