Sky Blue
#A6BCE3
BlueColor Codes
All color formats for development
HEX
#A6BCE3RGB
rgb(166, 188, 227)HSL
hsl(218, 52%, 77%)OKLCH
oklch(0.792 0.061 261.8)CMYK
cmyk(27%, 17%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88A6D9
2#6A90D0
3#4C79C7
4#3965B3
5#2F5595
6#264477
7#1C335A
8#13223C
9#09111E
Tints
Lighter variations
1#AFC3E6
2#B8CAE8
3#C1D0EB
4#CAD7EE
5#D2DEF1
6#DBE4F4
7#E4EBF7
8#EDF2F9
9#F6F8FC
Tones
Muted variations
1#A9BDE0
2#ACBEDD
3#AFBFDA
4#B2BFD7
5#B5C0D4
6#B8C1D1
7#BBC2CD
8#BEC3CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7799 #7799D4 | Disabled statesSecondary iconsMuted text |
| 500 | 517C #517CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3661 #3661AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4D #2B4D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDD9EF;
--sky-blue-300: #A6BCE3;
--sky-blue-400: #7799D4;
--sky-blue-500: #517CC8;
--sky-blue-600: #3661AB;
--sky-blue-700: #2B4D88;
--sky-blue-800: #1F3761;
--sky-blue-900: #14233E;
--sky-blue-950: #0C1627;
}