Sky Blue
#A6AAE3
BlueColor Codes
All color formats for development
HEX
#A6AAE3RGB
rgb(166, 170, 227)HSL
hsl(236, 52%, 77%)OKLCH
oklch(0.755 0.082 281.1)CMYK
cmyk(27%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#888DD9
2#6A71D0
3#4C54C7
4#3941B3
5#2F3695
6#262B77
7#1C205A
8#13163C
9#090B1E
Tints
Lighter variations
1#AFB2E6
2#B8BBE8
3#C1C3EB
4#CACCEE
5#D2D4F1
6#DBDDF4
7#E4E5F7
8#EDEEF9
9#F6F6FC
Tones
Muted variations
1#A9ADE0
2#ACAFDD
3#AFB2DA
4#B2B4D7
5#B5B7D4
6#B8BAD1
7#BBBCCD
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 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE3 | BordersInactive statesPlaceholder text |
| 400 | 777E #777ED4 | Disabled statesSecondary iconsMuted text |
| 500 | 5159 #5159C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363E #363EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B31 #2B3188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F23 #1F2361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FB;
--sky-blue-100: #E4E5F6;
--sky-blue-200: #CDCFEF;
--sky-blue-300: #A6AAE3;
--sky-blue-400: #777ED4;
--sky-blue-500: #5159C8;
--sky-blue-600: #363EAB;
--sky-blue-700: #2B3188;
--sky-blue-800: #1F2361;
--sky-blue-900: #14163E;
--sky-blue-950: #0C0E27;
}