Sky Blue
#A1CAE8
BlueColor Codes
All color formats for development
HEX
#A1CAE8RGB
rgb(161, 202, 232)HSL
hsl(205, 61%, 77%)OKLCH
oklch(0.82 0.061 240.2)CMYK
cmyk(31%, 13%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B9E0
2#61A7D9
3#4295D1
4#2E82BE
5#266C9E
6#1F577E
7#17415F
8#0F2B3F
9#081620
Tints
Lighter variations
1#AAD0EA
2#B3D5ED
3#BDDAEF
4#C6DFF1
5#D0E5F4
6#D9EAF6
7#E3EFF8
8#ECF4FA
9#F6FAFD
Tones
Muted variations
1#A4CAE5
2#A8C9E1
3#ABC9DD
4#AFC8DA
5#B2C7D6
6#B6C7D3
7#BAC6CF
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 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #CAE1F2;
--sky-blue-300: #A1CAE8;
--sky-blue-400: #6FAFDC;
--sky-blue-500: #4698D2;
--sky-blue-600: #2C7CB5;
--sky-blue-700: #236290;
--sky-blue-800: #194667;
--sky-blue-900: #102D42;
--sky-blue-950: #0A1C29;
}