Sky Blue
#A6B4E3
BlueColor Codes
All color formats for development
HEX
#A6B4E3RGB
rgb(166, 180, 227)HSL
hsl(226, 52%, 77%)OKLCH
oklch(0.776 0.069 271.8)CMYK
cmyk(27%, 21%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#889BD9
2#6A82D0
3#4C69C7
4#3955B3
5#2F4795
6#263977
7#1C2B5A
8#131C3C
9#090E1E
Tints
Lighter variations
1#AFBCE6
2#B8C3E8
3#C1CBEB
4#CAD2EE
5#D2DAF1
6#DBE1F4
7#E4E9F7
8#EDF0F9
9#F6F8FC
Tones
Muted variations
1#A9B6E0
2#ACB7DD
3#AFB9DA
4#B2BBD7
5#B5BCD4
6#B8BED1
7#BBBFCD
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 #A6B4E3 | BordersInactive statesPlaceholder text |
| 400 | 778D #778DD4 | Disabled statesSecondary iconsMuted text |
| 500 | 516C #516CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3651 #3651AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B40 #2B4088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | 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: #A6B4E3;
--sky-blue-400: #778DD4;
--sky-blue-500: #516CC8;
--sky-blue-600: #3651AB;
--sky-blue-700: #2B4088;
--sky-blue-800: #1F2E61;
--sky-blue-900: #141D3E;
--sky-blue-950: #0C1227;
}