Sky Blue
#A1C0E8
BlueColor Codes
All color formats for development
HEX
#A1C0E8RGB
rgb(161, 192, 232)HSL
hsl(214, 61%, 77%)OKLCH
oklch(0.799 0.066 255)CMYK
cmyk(31%, 17%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81AAE0
2#6195D9
3#4280D1
4#2E6CBE
5#265A9E
6#1F487E
7#17365F
8#0F243F
9#081220
Tints
Lighter variations
1#AAC6EA
2#B3CCED
3#BDD3EF
4#C6D9F1
5#D0DFF4
6#D9E6F6
7#E3ECF8
8#ECF2FA
9#F6F9FD
Tones
Muted variations
1#A4C0E5
2#A8C1E1
3#ABC1DD
4#AFC1DA
5#B2C2D6
6#B6C2D3
7#BAC3CF
8#BDC3CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2ECF8;
--sky-blue-200: #CADBF2;
--sky-blue-300: #A1C0E8;
--sky-blue-400: #6F9EDC;
--sky-blue-500: #4683D2;
--sky-blue-600: #2C67B5;
--sky-blue-700: #235290;
--sky-blue-800: #193B67;
--sky-blue-900: #102542;
--sky-blue-950: #0A1729;
}