Sky Blue
#A8BBE1
BlueColor Codes
All color formats for development
HEX
#A8BBE1RGB
rgb(168, 187, 225)HSL
hsl(220, 49%, 77%)OKLCH
oklch(0.79 0.058 264.2)CMYK
cmyk(25%, 17%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA4D7
2#6D8DCD
3#5076C3
4#3C63B0
5#325292
6#284275
7#1E3158
8#14213B
9#0A101D
Tints
Lighter variations
1#B0C2E4
2#B9C8E7
3#C2CFEA
4#CBD6ED
5#D3DDF0
6#DCE4F3
7#E5EBF6
8#EEF1F9
9#F6F8FC
Tones
Muted variations
1#AABCDE
2#ADBDDB
3#B0BED8
4#B3BFD6
5#B6C0D3
6#B9C1D0
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 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7A97 #7A97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547A #547AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395E #395EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223D | 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: #CED8EE;
--sky-blue-300: #A8BBE1;
--sky-blue-400: #7A97D1;
--sky-blue-500: #547AC4;
--sky-blue-600: #395EA7;
--sky-blue-700: #2E4B85;
--sky-blue-800: #21355F;
--sky-blue-900: #15223D;
--sky-blue-950: #0D1526;
}