Sky Blue
#A8BEE1
BlueColor Codes
All color formats for development
HEX
#A8BEE1RGB
rgb(168, 190, 225)HSL
hsl(217, 49%, 77%)OKLCH
oklch(0.797 0.055 259.6)CMYK
cmyk(25%, 16%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA8D7
2#6D92CD
3#507CC3
4#3C68B0
5#325792
6#284675
7#1E3458
8#14233B
9#0A111D
Tints
Lighter variations
1#B0C4E4
2#B9CBE7
3#C2D1EA
4#CBD8ED
5#D3DEF0
6#DCE5F3
7#E5EBF6
8#EEF2F9
9#F6F8FC
Tones
Muted variations
1#AABEDE
2#ADBFDB
3#B0C0D8
4#B3C0D6
5#B6C1D3
6#B9C2D0
7#BCC2CD
8#BFC3CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BE #A8BEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9C #7A9CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547F #547FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3963 #3963A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4F #2E4F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2138 #21385F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CEDAEE;
--sky-blue-300: #A8BEE1;
--sky-blue-400: #7A9CD1;
--sky-blue-500: #547FC4;
--sky-blue-600: #3963A7;
--sky-blue-700: #2E4F85;
--sky-blue-800: #21385F;
--sky-blue-900: #15243D;
--sky-blue-950: #0D1726;
}