Sky Blue
#A6ABE2
BlueColor Codes
All color formats for development
HEX
#A6ABE2RGB
rgb(166, 171, 226)HSL
hsl(235, 51%, 77%)OKLCH
oklch(0.757 0.079 280.3)CMYK
cmyk(27%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#898FD9
2#6B73CF
3#4D57C5
4#3A44B2
5#303894
6#262D77
7#1D2259
8#13173B
9#0A0B1E
Tints
Lighter variations
1#AFB4E5
2#B8BCE8
3#C1C4EB
4#CACDEE
5#D3D5F1
6#DCDEF4
7#E4E6F6
8#EDEEF9
9#F6F7FC
Tones
Muted variations
1#A9AEDF
2#ACB0DC
3#AFB3D9
4#B2B5D6
5#B5B8D3
6#B8BAD0
7#BBBDCD
8#BEBFCA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AB #A6ABE2 | BordersInactive statesPlaceholder text |
| 400 | 7880 #7880D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525B #525BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3741 #3741A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C33 #2C3387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E6F6;
--sky-blue-200: #CDD0EF;
--sky-blue-300: #A6ABE2;
--sky-blue-400: #7880D3;
--sky-blue-500: #525BC7;
--sky-blue-600: #3741A9;
--sky-blue-700: #2C3387;
--sky-blue-800: #1F2560;
--sky-blue-900: #14173E;
--sky-blue-950: #0C0F27;
}