Sky Blue
#A8C6E1
BlueColor Codes
All color formats for development
HEX
#A8C6E1RGB
rgb(168, 198, 225)HSL
hsl(208, 49%, 77%)OKLCH
oklch(0.813 0.05 245.6)CMYK
cmyk(25%, 12%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AB3D7
2#6DA0CD
3#508DC3
4#3C7AB0
5#326592
6#285175
7#1E3D58
8#14293B
9#0A141D
Tints
Lighter variations
1#B0CCE4
2#B9D2E7
3#C2D7EA
4#CBDDED
5#D3E3F0
6#DCE8F3
7#E5EEF6
8#EEF4F9
9#F6F9FC
Tones
Muted variations
1#AAC6DE
2#ADC6DB
3#B0C6D8
4#B3C5D6
5#B6C5D3
6#B9C5D0
7#BCC5CD
8#BFC5CA
9#C1C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA9 #7AA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5490 #5490C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3974 #3974A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CEDFEE;
--sky-blue-300: #A8C6E1;
--sky-blue-400: #7AA9D1;
--sky-blue-500: #5490C4;
--sky-blue-600: #3974A7;
--sky-blue-700: #2E5C85;
--sky-blue-800: #21425F;
--sky-blue-900: #152A3D;
--sky-blue-950: #0D1A26;
}