Sky Blue
#A8C0E1
BlueColor Codes
All color formats for development
HEX
#A8C0E1RGB
rgb(168, 192, 225)HSL
hsl(215, 49%, 77%)OKLCH
oklch(0.801 0.054 256.4)CMYK
cmyk(25%, 15%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AAAD7
2#6D95CD
3#5080C3
4#3C6CB0
5#325A92
6#284875
7#1E3658
8#14243B
9#0A121D
Tints
Lighter variations
1#B0C6E4
2#B9CCE7
3#C2D3EA
4#CBD9ED
5#D3DFF0
6#DCE6F3
7#E5ECF6
8#EEF2F9
9#F6F9FC
Tones
Muted variations
1#AAC0DE
2#ADC1DB
3#B0C1D8
4#B3C1D6
5#B6C2D3
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A9E #7A9ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5483 #5483C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3967 #3967A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5F | 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: #E4ECF6;
--sky-blue-200: #CEDBEE;
--sky-blue-300: #A8C0E1;
--sky-blue-400: #7A9ED1;
--sky-blue-500: #5483C4;
--sky-blue-600: #3967A7;
--sky-blue-700: #2E5285;
--sky-blue-800: #213B5F;
--sky-blue-900: #15253D;
--sky-blue-950: #0D1726;
}