Sky Blue
#A8BFE1
BlueColor Codes
All color formats for development
HEX
#A8BFE1RGB
rgb(168, 191, 225)HSL
hsl(216, 49%, 77%)OKLCH
oklch(0.799 0.055 258)CMYK
cmyk(25%, 15%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA9D7
2#6D93CD
3#507EC3
4#3C6AB0
5#325992
6#284775
7#1E3558
8#14233B
9#0A121D
Tints
Lighter variations
1#B0C5E4
2#B9CBE7
3#C2D2EA
4#CBD8ED
5#D3DFF0
6#DCE5F3
7#E5ECF6
8#EEF2F9
9#F6F9FC
Tones
Muted variations
1#AABFDE
2#ADC0DB
3#B0C0D8
4#B3C1D6
5#B6C1D3
6#B9C2D0
7#BCC3CD
8#BFC3CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9D #7A9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5481 #5481C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3965 #3965A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | 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: #F4F7FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CEDBEE;
--sky-blue-300: #A8BFE1;
--sky-blue-400: #7A9DD1;
--sky-blue-500: #5481C4;
--sky-blue-600: #3965A7;
--sky-blue-700: #2E5185;
--sky-blue-800: #213A5F;
--sky-blue-900: #15253D;
--sky-blue-950: #0D1726;
}