Sky Blue
#A8C3E1
BlueColor Codes
All color formats for development
HEX
#A8C3E1RGB
rgb(168, 195, 225)HSL
hsl(212, 49%, 77%)OKLCH
oklch(0.807 0.052 251.2)CMYK
cmyk(25%, 13%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AAED7
2#6D9ACD
3#5086C3
4#3C72B0
5#325F92
6#284C75
7#1E3958
8#14263B
9#0A131D
Tints
Lighter variations
1#B0C8E4
2#B9CFE7
3#C2D5EA
4#CBDBED
5#D3E1F0
6#DCE7F3
7#E5EDF6
8#EEF3F9
9#F6F9FC
Tones
Muted variations
1#AAC3DE
2#ADC3DB
3#B0C3D8
4#B3C3D6
5#B6C3D3
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 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA3 #7AA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5489 #5489C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396D #396DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | 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: #A8C2E1;
--sky-blue-400: #7AA3D1;
--sky-blue-500: #5489C4;
--sky-blue-600: #396DA7;
--sky-blue-700: #2E5685;
--sky-blue-800: #213E5F;
--sky-blue-900: #15273D;
--sky-blue-950: #0D1926;
}