Sky Blue
#A8C4E1
BlueColor Codes
All color formats for development
HEX
#A8C4E1RGB
rgb(168, 196, 225)HSL
hsl(211, 49%, 77%)OKLCH
oklch(0.809 0.051 249.4)CMYK
cmyk(25%, 13%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AAFD7
2#6D9BCD
3#5088C3
4#3C74B0
5#326192
6#284D75
7#1E3A58
8#14273B
9#0A131D
Tints
Lighter variations
1#B0C9E4
2#B9CFE7
3#C2D5EA
4#CBDBED
5#D3E1F0
6#DCE7F3
7#E5EDF6
8#EEF3F9
9#F6F9FC
Tones
Muted variations
1#AAC3DE
2#ADC4DB
3#B0C4D8
4#B3C4D6
5#B6C4D3
6#B9C4D0
7#BCC4CD
8#BFC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CEDDEE;
--sky-blue-300: #A8C3E1;
--sky-blue-400: #7AA4D1;
--sky-blue-500: #548AC4;
--sky-blue-600: #396EA7;
--sky-blue-700: #2E5885;
--sky-blue-800: #213F5F;
--sky-blue-900: #15283D;
--sky-blue-950: #0D1926;
}