Sky Blue
#A6ADE3
BlueColor Codes
All color formats for development
HEX
#A6ADE3RGB
rgb(166, 173, 227)HSL
hsl(233, 52%, 77%)OKLCH
oklch(0.761 0.078 278.6)CMYK
cmyk(27%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8892D9
2#6A76D0
3#4C5BC7
4#3947B3
5#2F3B95
6#262F77
7#1C235A
8#13183C
9#090C1E
Tints
Lighter variations
1#AFB5E6
2#B8BDE8
3#C1C6EB
4#CACEEE
5#D2D6F1
6#DBDEF4
7#E4E6F7
8#EDEFF9
9#F6F7FC
Tones
Muted variations
1#A9AFE0
2#ACB2DD
3#AFB4DA
4#B2B6D7
5#B5B9D4
6#B8BBD1
7#BBBDCD
8#BEC0CA
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 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE3 | BordersInactive statesPlaceholder text |
| 400 | 7782 #7782D4 | Disabled statesSecondary iconsMuted text |
| 500 | 515F #515FC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3643 #3643AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B36 #2B3688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | 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: #CDD1EF;
--sky-blue-300: #A6ADE3;
--sky-blue-400: #7782D4;
--sky-blue-500: #515FC8;
--sky-blue-600: #3643AB;
--sky-blue-700: #2B3688;
--sky-blue-800: #1F2661;
--sky-blue-900: #14193E;
--sky-blue-950: #0C0F27;
}