Sky Blue
#A6B1E2
BlueColor Codes
All color formats for development
HEX
#A6B1E2RGB
rgb(166, 177, 226)HSL
hsl(229, 51%, 77%)OKLCH
oklch(0.769 0.071 274.8)CMYK
cmyk(27%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8997D9
2#6B7DCF
3#4D63C5
4#3A50B2
5#304294
6#263577
7#1D2859
8#131B3B
9#0A0D1E
Tints
Lighter variations
1#AFB9E5
2#B8C1E8
3#C1C9EB
4#CAD0EE
5#D3D8F1
6#DCE0F4
7#E4E8F6
8#EDEFF9
9#F6F7FC
Tones
Muted variations
1#A9B3DF
2#ACB5DC
3#AFB7D9
4#B2B9D6
5#B5BBD3
6#B8BDD0
7#BBBFCD
8#BEC1CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B1 #A6B1E2 | BordersInactive statesPlaceholder text |
| 400 | 7889 #7889D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5267 #5267C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374C #374CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3C #2C3C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141C #141C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E7F6;
--sky-blue-200: #CDD3EF;
--sky-blue-300: #A6B1E2;
--sky-blue-400: #7889D3;
--sky-blue-500: #5267C7;
--sky-blue-600: #374CA9;
--sky-blue-700: #2C3C87;
--sky-blue-800: #1F2B60;
--sky-blue-900: #141C3E;
--sky-blue-950: #0C1127;
}