Sky Blue
#A1CEE8
BlueColor Codes
All color formats for development
HEX
#A1CEE8RGB
rgb(161, 206, 232)HSL
hsl(202, 61%, 77%)OKLCH
oklch(0.828 0.06 233.8)CMYK
cmyk(31%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81BDE0
2#61ADD9
3#429DD1
4#2E89BE
5#26729E
6#1F5B7E
7#17445F
8#0F2E3F
9#081720
Tints
Lighter variations
1#AAD3EA
2#B3D8ED
3#BDDDEF
4#C6E2F1
5#D0E6F4
6#D9EBF6
7#E3F0F8
8#ECF5FA
9#F6FAFD
Tones
Muted variations
1#A4CDE5
2#A8CCE1
3#ABCBDD
4#AFCADA
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 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB4 #6FB4DC | Disabled statesSecondary iconsMuted text |
| 500 | 469F #469FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C82 #2C82B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2368 #236890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194A #194A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F0F8;
--sky-blue-200: #CAE3F2;
--sky-blue-300: #A1CEE8;
--sky-blue-400: #6FB4DC;
--sky-blue-500: #469FD2;
--sky-blue-600: #2C82B5;
--sky-blue-700: #236890;
--sky-blue-800: #194A67;
--sky-blue-900: #102F42;
--sky-blue-950: #0A1E29;
}