Sky Blue
#A1D0E8
BlueColor Codes
All color formats for development
HEX
#A1D0E8RGB
rgb(161, 208, 232)HSL
hsl(200, 61%, 77%)OKLCH
oklch(0.833 0.06 230.5)CMYK
cmyk(31%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81C1E0
2#61B1D9
3#42A1D1
4#2E8EBE
5#26769E
6#1F5F7E
7#17475F
8#0F2F3F
9#081820
Tints
Lighter variations
1#AAD5EA
2#B3DAED
3#BDDEEF
4#C6E3F1
5#D0E8F4
6#D9ECF6
7#E3F1F8
8#ECF6FA
9#F6FAFD
Tones
Muted variations
1#A4CFE5
2#A8CEE1
3#ABCDDD
4#AFCCDA
5#B2CAD6
6#B6C9D3
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 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | 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: #A1D0E8;
--sky-blue-400: #6FB8DC;
--sky-blue-500: #46A4D2;
--sky-blue-600: #2C87B5;
--sky-blue-700: #236B90;
--sky-blue-800: #194D67;
--sky-blue-900: #103142;
--sky-blue-950: #0A1F29;
}