Sky Blue
#A6B9E3
BlueColor Codes
All color formats for development
HEX
#A6B9E3RGB
rgb(166, 185, 227)HSL
hsl(221, 52%, 77%)OKLCH
oklch(0.786 0.064 265.9)CMYK
cmyk(27%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88A2D9
2#6A8AD0
3#4C73C7
4#395FB3
5#2F4F95
6#264077
7#1C305A
8#13203C
9#09101E
Tints
Lighter variations
1#AFC0E6
2#B8C7E8
3#C1CEEB
4#CAD5EE
5#D2DCF1
6#DBE3F4
7#E4EAF7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9BAE0
2#ACBBDD
3#AFBDDA
4#B2BED7
5#B5BFD4
6#B8C0D1
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 | A6B9 #A6B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7795 #7795D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5176 #5176C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365B #365BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B48 #2B4888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | 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: #A6B9E3;
--sky-blue-400: #7795D4;
--sky-blue-500: #5176C8;
--sky-blue-600: #365BAB;
--sky-blue-700: #2B4888;
--sky-blue-800: #1F3461;
--sky-blue-900: #14213E;
--sky-blue-950: #0C1527;
}