Sky Blue
#A6C7E2
BlueColor Codes
All color formats for development
HEX
#A6C7E2RGB
rgb(166, 199, 226)HSL
hsl(207, 51%, 77%)OKLCH
oklch(0.814 0.052 243.1)CMYK
cmyk(27%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89B5D9
2#6BA2CF
3#4D8FC5
4#3A7CB2
5#306794
6#265377
7#1D3E59
8#13293B
9#0A151E
Tints
Lighter variations
1#AFCDE5
2#B8D2E8
3#C1D8EB
4#CADEEE
5#D3E3F1
6#DCE9F4
7#E4EEF6
8#EDF4F9
9#F6F9FC
Tones
Muted variations
1#A9C7DF
2#ACC7DC
3#AFC6D9
4#B2C6D6
5#B5C6D3
6#B8C6D0
7#BBC5CD
8#BEC5CA
9#C1C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E2 | BordersInactive statesPlaceholder text |
| 400 | 78AA #78AAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5292 #5292C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3776 #3776A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5E #2C5E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CDE0EF;
--sky-blue-300: #A6C7E2;
--sky-blue-400: #78AAD3;
--sky-blue-500: #5292C7;
--sky-blue-600: #3776A9;
--sky-blue-700: #2C5E87;
--sky-blue-800: #1F4360;
--sky-blue-900: #142B3E;
--sky-blue-950: #0C1B27;
}