Sky Blue
#A6BAE2
BlueColor Codes
All color formats for development
HEX
#A6BAE2RGB
rgb(166, 186, 226)HSL
hsl(220, 51%, 77%)OKLCH
oklch(0.787 0.061 264.1)CMYK
cmyk(27%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89A3D9
2#6B8CCF
3#4D75C5
4#3A62B2
5#305194
6#264177
7#1D3159
8#13213B
9#0A101E
Tints
Lighter variations
1#AFC1E5
2#B8C8E8
3#C1CFEB
4#CAD6EE
5#D3DDF1
6#DCE4F4
7#E4EAF6
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9BBDF
2#ACBCDC
3#AFBDD9
4#B2BED6
5#B5BFD3
6#B8C0D0
7#BBC1CD
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BA #A6BAE2 | BordersInactive statesPlaceholder text |
| 400 | 7897 #7897D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5279 #5279C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375D #375DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4A #2C4A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F35 #1F3560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CDD8EF;
--sky-blue-300: #A6BAE2;
--sky-blue-400: #7897D3;
--sky-blue-500: #5279C7;
--sky-blue-600: #375DA9;
--sky-blue-700: #2C4A87;
--sky-blue-800: #1F3560;
--sky-blue-900: #14223E;
--sky-blue-950: #0C1527;
}