Sky Blue
#A6ACE2
BlueColor Codes
All color formats for development
HEX
#A6ACE2RGB
rgb(166, 172, 226)HSL
hsl(234, 51%, 77%)OKLCH
oklch(0.759 0.078 279.4)CMYK
cmyk(27%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8991D9
2#6B75CF
3#4D59C5
4#3A46B2
5#303A94
6#262E77
7#1D2359
8#13173B
9#0A0C1E
Tints
Lighter variations
1#AFB5E5
2#B8BDE8
3#C1C5EB
4#CACDEE
5#D3D6F1
6#DCDEF4
7#E4E6F6
8#EDEEF9
9#F6F7FC
Tones
Muted variations
1#A9AFDF
2#ACB1DC
3#AFB4D9
4#B2B6D6
5#B5B8D3
6#B8BBD0
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 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AC #A6ACE2 | BordersInactive statesPlaceholder text |
| 400 | 7881 #7881D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525D #525DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3742 #3742A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C35 #2C3587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1418 #14183E | 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: #A6ACE2;
--sky-blue-400: #7881D3;
--sky-blue-500: #525DC7;
--sky-blue-600: #3742A9;
--sky-blue-700: #2C3587;
--sky-blue-800: #1F2660;
--sky-blue-900: #14183E;
--sky-blue-950: #0C0F27;
}