Sky Blue
#A1BDE8
BlueColor Codes
All color formats for development
HEX
#A1BDE8RGB
rgb(161, 189, 232)HSL
hsl(216, 61%, 77%)OKLCH
oklch(0.793 0.069 258.9)CMYK
cmyk(31%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A7E0
2#6191D9
3#427BD1
4#2E67BE
5#26569E
6#1F457E
7#17345F
8#0F223F
9#081120
Tints
Lighter variations
1#AAC4EA
2#B3CAED
3#BDD1EF
4#C6D8F1
5#D0DEF4
6#D9E5F6
7#E3EBF8
8#ECF2FA
9#F6F8FD
Tones
Muted variations
1#A4BEE5
2#A8BFE1
3#ABBFDD
4#AFC0DA
5#B2C1D6
6#B6C1D3
7#BAC2CF
8#BDC3CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BD #A1BDE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9B #6F9BDC | Disabled statesSecondary iconsMuted text |
| 500 | 467E #467ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C63 #2C63B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234E #234E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1938 #193867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1024 #102442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CADAF2;
--sky-blue-300: #A1BDE8;
--sky-blue-400: #6F9BDC;
--sky-blue-500: #467ED2;
--sky-blue-600: #2C63B5;
--sky-blue-700: #234E90;
--sky-blue-800: #193867;
--sky-blue-900: #102442;
--sky-blue-950: #0A1629;
}