Sky Blue
#A6B7E2
BlueColor Codes
All color formats for development
HEX
#A6B7E2RGB
rgb(166, 183, 226)HSL
hsl(223, 51%, 77%)OKLCH
oklch(0.781 0.064 268)CMYK
cmyk(27%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#899FD9
2#6B87CF
3#4D6FC5
4#3A5CB2
5#304C94
6#263D77
7#1D2E59
8#131F3B
9#0A0F1E
Tints
Lighter variations
1#AFBFE5
2#B8C6E8
3#C1CDEB
4#CAD4EE
5#D3DBF1
6#DCE2F4
7#E4EAF6
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9B9DF
2#ACBADC
3#AFBBD9
4#B2BDD6
5#B5BED3
6#B8BFD0
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 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E2 | BordersInactive statesPlaceholder text |
| 400 | 7892 #7892D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5273 #5273C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3757 #3757A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C46 #2C4687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3260 | 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: #CDD7EF;
--sky-blue-300: #A6B7E2;
--sky-blue-400: #7892D3;
--sky-blue-500: #5273C7;
--sky-blue-600: #3757A9;
--sky-blue-700: #2C4687;
--sky-blue-800: #1F3260;
--sky-blue-900: #14203E;
--sky-blue-950: #0C1427;
}