Sky Blue
#A8BDE1
BlueColor Codes
All color formats for development
HEX
#A8BDE1RGB
rgb(168, 189, 225)HSL
hsl(218, 49%, 77%)OKLCH
oklch(0.795 0.056 261.2)CMYK
cmyk(25%, 16%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA6D7
2#6D90CD
3#507AC3
4#3C66B0
5#325592
6#284475
7#1E3358
8#14223B
9#0A111D
Tints
Lighter variations
1#B0C3E4
2#B9CAE7
3#C2D1EA
4#CBD7ED
5#D3DEF0
6#DCE4F3
7#E5EBF6
8#EEF2F9
9#F6F8FC
Tones
Muted variations
1#AABDDE
2#ADBEDB
3#B0BFD8
4#B3C0D6
5#B6C1D3
6#B9C1D0
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 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9A #7A9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547D #547DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3962 #3962A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | 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: #A8BDE1;
--sky-blue-400: #7A9AD1;
--sky-blue-500: #547DC4;
--sky-blue-600: #3962A7;
--sky-blue-700: #2E4E85;
--sky-blue-800: #21375F;
--sky-blue-900: #15233D;
--sky-blue-950: #0D1626;
}