Sky Blue
#A8D2E1
BlueColor Codes
All color formats for development
HEX
#A8D2E1RGB
rgb(168, 210, 225)HSL
hsl(196, 49%, 77%)OKLCH
oklch(0.839 0.049 221.6)CMYK
cmyk(25%, 7%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AC3D7
2#6DB3CD
3#50A4C3
4#3C91B0
5#327992
6#286075
7#1E4858
8#14303B
9#0A181D
Tints
Lighter variations
1#B0D6E4
2#B9DBE7
3#C2DFEA
4#CBE4ED
5#D3E8F0
6#DCEDF3
7#E5F1F6
8#EEF6F9
9#F6FAFC
Tones
Muted variations
1#AAD0DE
2#ADCFDB
3#B0CED8
4#B3CCD6
5#B6CBD3
6#B9CAD0
7#BCC8CD
8#BFC7CA
9#C1C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABA #7ABAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A6 #54A6C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398A #398AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6E #2E6E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E4F1F6;
--sky-blue-200: #CEE5EE;
--sky-blue-300: #A8D2E1;
--sky-blue-400: #7ABAD1;
--sky-blue-500: #54A6C4;
--sky-blue-600: #398AA7;
--sky-blue-700: #2E6E85;
--sky-blue-800: #214E5F;
--sky-blue-900: #15323D;
--sky-blue-950: #0D1F26;
}