Sky Blue
#A6ACE3
BlueColor Codes
All color formats for development
HEX
#A6ACE3RGB
rgb(166, 172, 227)HSL
hsl(234, 52%, 77%)OKLCH
oklch(0.759 0.079 279.5)CMYK
cmyk(27%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8890D9
2#6A74D0
3#4C59C7
4#3945B3
5#2F3995
6#262E77
7#1C225A
8#13173C
9#090B1E
Tints
Lighter variations
1#AFB4E6
2#B8BDE8
3#C1C5EB
4#CACDEE
5#D2D5F1
6#DBDEF4
7#E4E6F7
8#EDEEF9
9#F6F7FC
Tones
Muted variations
1#A9AEE0
2#ACB1DD
3#AFB3DA
4#B2B6D7
5#B5B8D4
6#B8BBD1
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 | A6AC #A6ACE3 | BordersInactive statesPlaceholder text |
| 400 | 7781 #7781D4 | Disabled statesSecondary iconsMuted text |
| 500 | 515D #515DC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3642 #3642AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B34 #2B3488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2561 | 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: #A6ACE3;
--sky-blue-400: #7781D4;
--sky-blue-500: #515DC8;
--sky-blue-600: #3642AB;
--sky-blue-700: #2B3488;
--sky-blue-800: #1F2561;
--sky-blue-900: #14183E;
--sky-blue-950: #0C0F27;
}