Sky Blue
#A6B4E2
BlueColor Codes
All color formats for development
HEX
#A6B4E2RGB
rgb(166, 180, 226)HSL
hsl(226, 51%, 77%)OKLCH
oklch(0.775 0.068 271.6)CMYK
cmyk(27%, 20%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#899BD9
2#6B82CF
3#4D69C5
4#3A56B2
5#304794
6#263977
7#1D2B59
8#131D3B
9#0A0E1E
Tints
Lighter variations
1#AFBCE5
2#B8C3E8
3#C1CBEB
4#CAD2EE
5#D3DAF1
6#DCE1F4
7#E4E9F6
8#EDF0F9
9#F6F8FC
Tones
Muted variations
1#A9B6DF
2#ACB8DC
3#AFB9D9
4#B2BBD6
5#B5BCD3
6#B8BED0
7#BBC0CD
8#BEC1CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B4 #A6B4E2 | BordersInactive statesPlaceholder text |
| 400 | 788D #788DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526D #526DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3752 #3752A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C41 #2C4187 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E8F6;
--sky-blue-200: #CDD5EF;
--sky-blue-300: #A6B4E2;
--sky-blue-400: #788DD3;
--sky-blue-500: #526DC7;
--sky-blue-600: #3752A9;
--sky-blue-700: #2C4187;
--sky-blue-800: #1F2E60;
--sky-blue-900: #141E3E;
--sky-blue-950: #0C1327;
}