Sky Blue
#A1CDE8
BlueColor Codes
All color formats for development
HEX
#A1CDE8RGB
rgb(161, 205, 232)HSL
hsl(203, 61%, 77%)OKLCH
oklch(0.826 0.06 235.4)CMYK
cmyk(31%, 12%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81BCE0
2#61ABD9
3#429AD1
4#2E87BE
5#26709E
6#1F5A7E
7#17435F
8#0F2D3F
9#081620
Tints
Lighter variations
1#AAD2EA
2#B3D7ED
3#BDDCEF
4#C6E1F1
5#D0E6F4
6#D9EBF6
7#E3F0F8
8#ECF5FA
9#F6FAFD
Tones
Muted variations
1#A4CCE5
2#A8CBE1
3#ABCADD
4#AFC9DA
5#B2C9D6
6#B6C8D3
7#BAC7CF
8#BDC6CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2F0F8;
--sky-blue-200: #CAE3F2;
--sky-blue-300: #A1CDE8;
--sky-blue-400: #6FB2DC;
--sky-blue-500: #469DD2;
--sky-blue-600: #2C80B5;
--sky-blue-700: #236690;
--sky-blue-800: #194967;
--sky-blue-900: #102F42;
--sky-blue-950: #0A1D29;
}