Sky Blue
#A6B7E3
BlueColor Codes
All color formats for development
HEX
#A6B7E3RGB
rgb(166, 183, 227)HSL
hsl(223, 52%, 77%)OKLCH
oklch(0.782 0.066 268.4)CMYK
cmyk(27%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#889FD9
2#6A87D0
3#4C6FC7
4#395BB3
5#2F4C95
6#263D77
7#1C2E5A
8#131E3C
9#090F1E
Tints
Lighter variations
1#AFBEE6
2#B8C6E8
3#C1CDEB
4#CAD4EE
5#D2DBF1
6#DBE2F4
7#E4E9F7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9B8E0
2#ACBADD
3#AFBBDA
4#B2BCD7
5#B5BED4
6#B8BFD1
7#BBC0CD
8#BEC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7792 #7792D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5172 #5172C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3657 #3657AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B45 #2B4588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4E9F6;
--sky-blue-200: #CDD6EF;
--sky-blue-300: #A6B7E3;
--sky-blue-400: #7792D4;
--sky-blue-500: #5172C8;
--sky-blue-600: #3657AB;
--sky-blue-700: #2B4588;
--sky-blue-800: #1F3161;
--sky-blue-900: #14203E;
--sky-blue-950: #0C1427;
}