Sky Blue
#A6AFE3
BlueColor Codes
All color formats for development
HEX
#A6AFE3RGB
rgb(166, 175, 227)HSL
hsl(231, 52%, 77%)OKLCH
oklch(0.765 0.075 276.8)CMYK
cmyk(27%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8894D9
2#6A79D0
3#4C5FC7
4#394BB3
5#2F3E95
6#263277
7#1C255A
8#13193C
9#090C1E
Tints
Lighter variations
1#AFB7E6
2#B8BFE8
3#C1C7EB
4#CACFEE
5#D2D7F1
6#DBDFF4
7#E4E7F7
8#EDEFF9
9#F6F7FC
Tones
Muted variations
1#A9B1E0
2#ACB3DD
3#AFB5DA
4#B2B8D7
5#B5BAD4
6#B8BCD1
7#BBBECD
8#BEC0CA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7785 #7785D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5162 #5162C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3647 #3647AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B39 #2B3988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E7F6;
--sky-blue-200: #CDD2EF;
--sky-blue-300: #A6AFE3;
--sky-blue-400: #7785D4;
--sky-blue-500: #5162C8;
--sky-blue-600: #3647AB;
--sky-blue-700: #2B3988;
--sky-blue-800: #1F2961;
--sky-blue-900: #141A3E;
--sky-blue-950: #0C1027;
}