Sky Blue
#A8B9E1
BlueColor Codes
All color formats for development
HEX
#A8B9E1RGB
rgb(168, 185, 225)HSL
hsl(222, 49%, 77%)OKLCH
oklch(0.786 0.06 266.9)CMYK
cmyk(25%, 18%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA1D7
2#6D8ACD
3#5072C3
4#3C5FB0
5#324F92
6#283F75
7#1E2F58
8#14203B
9#0A101D
Tints
Lighter variations
1#B0C0E4
2#B9C7E7
3#C2CEEA
4#CBD5ED
5#D3DCF0
6#DCE3F3
7#E5EAF6
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#AABADE
2#ADBBDB
3#B0BCD8
4#B3BDD6
5#B6BFD3
6#B9C0D0
7#BCC1CD
8#BFC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CED7EE;
--sky-blue-300: #A8B9E1;
--sky-blue-400: #7A94D1;
--sky-blue-500: #5476C4;
--sky-blue-600: #395AA7;
--sky-blue-700: #2E4885;
--sky-blue-800: #21335F;
--sky-blue-900: #15213D;
--sky-blue-950: #0D1526;
}