Sky Blue
#A1D1E8
BlueColor Codes
All color formats for development
HEX
#A1D1E8RGB
rgb(161, 209, 232)HSL
hsl(199, 61%, 77%)OKLCH
oklch(0.835 0.06 228.9)CMYK
cmyk(31%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81C2E0
2#61B3D9
3#42A4D1
4#2E90BE
5#26789E
6#1F607E
7#17485F
8#0F303F
9#081820
Tints
Lighter variations
1#AAD6EA
2#B3DBED
3#BDDFEF
4#C6E4F1
5#D0E8F4
6#D9EDF6
7#E3F1F8
8#ECF6FA
9#F6FAFD
Tones
Muted variations
1#A4D0E5
2#A8CFE1
3#ABCEDD
4#AFCCDA
5#B2CBD6
6#B6CAD3
7#BAC8CF
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 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #CAE5F2;
--sky-blue-300: #A1D1E8;
--sky-blue-400: #6FBADC;
--sky-blue-500: #46A6D2;
--sky-blue-600: #2C89B5;
--sky-blue-700: #236D90;
--sky-blue-800: #194E67;
--sky-blue-900: #103242;
--sky-blue-950: #0A1F29;
}