Sky Blue
#A6B6E3
BlueColor Codes
All color formats for development
HEX
#A6B6E3RGB
rgb(166, 182, 227)HSL
hsl(224, 52%, 77%)OKLCH
oklch(0.78 0.067 269.5)CMYK
cmyk(27%, 20%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#889ED9
2#6A85D0
3#4C6DC7
4#3959B3
5#2F4A95
6#263B77
7#1C2D5A
8#131E3C
9#090F1E
Tints
Lighter variations
1#AFBDE6
2#B8C5E8
3#C1CCEB
4#CAD3EE
5#D2DBF1
6#DBE2F4
7#E4E9F7
8#EDF0F9
9#F6F8FC
Tones
Muted variations
1#A9B8E0
2#ACB9DD
3#AFBADA
4#B2BCD7
5#B5BDD4
6#B8BFD1
7#BBC0CD
8#BEC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E3 | BordersInactive statesPlaceholder text |
| 400 | 7790 #7790D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5170 #5170C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3655 #3655AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B44 #2B4488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F30 #1F3061 | 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: #F3F5FB;
--sky-blue-100: #E4E9F6;
--sky-blue-200: #CDD6EF;
--sky-blue-300: #A6B6E3;
--sky-blue-400: #7790D4;
--sky-blue-500: #5170C8;
--sky-blue-600: #3655AB;
--sky-blue-700: #2B4488;
--sky-blue-800: #1F3061;
--sky-blue-900: #141F3E;
--sky-blue-950: #0C1327;
}