Sky Blue
#A6B6E2
BlueColor Codes
All color formats for development
HEX
#A6B6E2RGB
rgb(166, 182, 226)HSL
hsl(224, 51%, 77%)OKLCH
oklch(0.779 0.065 269.2)CMYK
cmyk(27%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#899ED9
2#6B86CF
3#4D6DC5
4#3A5AB2
5#304B94
6#263C77
7#1D2D59
8#131E3B
9#0A0F1E
Tints
Lighter variations
1#AFBEE5
2#B8C5E8
3#C1CCEB
4#CAD3EE
5#D3DBF1
6#DCE2F4
7#E4E9F6
8#EDF0F9
9#F6F8FC
Tones
Muted variations
1#A9B8DF
2#ACB9DC
3#AFBBD9
4#B2BCD6
5#B5BDD3
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 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E2 | BordersInactive statesPlaceholder text |
| 400 | 7891 #7891D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5271 #5271C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3755 #3755A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C44 #2C4487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | 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: #A6B6E2;
--sky-blue-400: #7891D3;
--sky-blue-500: #5271C7;
--sky-blue-600: #3755A9;
--sky-blue-700: #2C4487;
--sky-blue-800: #1F3160;
--sky-blue-900: #141F3E;
--sky-blue-950: #0C1327;
}