Sky Blue
#A6C0E2
BlueColor Codes
All color formats for development
HEX
#A6C0E2RGB
rgb(166, 192, 226)HSL
hsl(214, 51%, 77%)OKLCH
oklch(0.8 0.056 255.2)CMYK
cmyk(27%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89ABD9
2#6B96CF
3#4D81C5
4#3A6EB2
5#305B94
6#264977
7#1D3759
8#13253B
9#0A121E
Tints
Lighter variations
1#AFC7E5
2#B8CDE8
3#C1D3EB
4#CAD9EE
5#D3E0F1
6#DCE6F4
7#E4ECF6
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#A9C1DF
2#ACC1DC
3#AFC2D9
4#B2C2D6
5#B5C2D3
6#B8C3D0
7#BBC3CD
8#BEC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E2 | BordersInactive statesPlaceholder text |
| 400 | 78A0 #78A0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5284 #5284C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3769 #3769A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C53 #2C5387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEF;
--sky-blue-300: #A6C0E2;
--sky-blue-400: #78A0D3;
--sky-blue-500: #5284C7;
--sky-blue-600: #3769A9;
--sky-blue-700: #2C5387;
--sky-blue-800: #1F3B60;
--sky-blue-900: #14263E;
--sky-blue-950: #0C1827;
}