Sky Blue
#A1D4E8
BlueColor Codes
All color formats for development
HEX
#A1D4E8RGB
rgb(161, 212, 232)HSL
hsl(197, 61%, 77%)OKLCH
oklch(0.841 0.06 224)CMYK
cmyk(31%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81C5E0
2#61B7D9
3#42A9D1
4#2E95BE
5#267C9E
6#1F637E
7#174A5F
8#0F323F
9#081920
Tints
Lighter variations
1#AAD8EA
2#B3DCED
3#BDE1EF
4#C6E5F1
5#D0E9F4
6#D9EEF6
7#E3F2F8
8#ECF6FA
9#F6FBFD
Tones
Muted variations
1#A4D2E5
2#A8D1E1
3#ABCFDD
4#AFCEDA
5#B2CCD6
6#B6CBD3
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 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | 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: #CAE7F2;
--sky-blue-300: #A1D4E8;
--sky-blue-400: #6FBDDC;
--sky-blue-500: #46ABD2;
--sky-blue-600: #2C8EB5;
--sky-blue-700: #237190;
--sky-blue-800: #195167;
--sky-blue-900: #103442;
--sky-blue-950: #0A2029;
}