Sky Blue
#A1B2E8
BlueColor Codes
All color formats for development
HEX
#A1B2E8RGB
rgb(161, 178, 232)HSL
hsl(226, 61%, 77%)OKLCH
oklch(0.77 0.08 270.9)CMYK
cmyk(31%, 23%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8197E0
2#617DD9
3#4263D1
4#2E4FBE
5#26429E
6#1F357E
7#17285F
8#0F1A3F
9#080D20
Tints
Lighter variations
1#AAB9EA
2#B3C1ED
3#BDC9EF
4#C6D0F1
5#D0D8F4
6#D9E0F6
7#E3E8F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A4B3E5
2#A8B5E1
3#ABB7DD
4#AFB9DA
5#B2BBD6
6#B6BDD3
7#BABFCF
8#BDC1CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B1 #A1B1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F89 #6F89DC | Disabled statesSecondary iconsMuted text |
| 500 | 4667 #4667D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4C #2C4CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233C #233C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192B #192B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FC;
--sky-blue-100: #E2E7F8;
--sky-blue-200: #CAD3F2;
--sky-blue-300: #A1B1E8;
--sky-blue-400: #6F89DC;
--sky-blue-500: #4667D2;
--sky-blue-600: #2C4CB5;
--sky-blue-700: #233C90;
--sky-blue-800: #192B67;
--sky-blue-900: #101C42;
--sky-blue-950: #0A1129;
}