Sky Blue
#A2BCE7
BlueColor Codes
All color formats for development
HEX
#A2BCE7RGB
rgb(162, 188, 231)HSL
hsl(217, 59%, 77%)OKLCH
oklch(0.791 0.068 260.4)CMYK
cmyk(30%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A6DF
2#6390D7
3#4479CF
4#3066BB
5#28559C
6#20447D
7#18335E
8#10223E
9#08111F
Tints
Lighter variations
1#ABC3E9
2#B4CAEC
3#BED0EE
4#C7D7F1
5#D0DEF3
6#DAE4F5
7#E3EBF8
8#ECF2FA
9#F6F8FD
Tones
Muted variations
1#A5BDE3
2#A9BEE0
3#ACBFDD
4#B0C0D9
5#B3C0D6
6#B7C1D2
7#BAC2CF
8#BDC3CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE7 | BordersInactive statesPlaceholder text |
| 400 | 7199 #7199DA | Disabled statesSecondary iconsMuted text |
| 500 | 497C #497CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E61 #2E61B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3EBF8;
--sky-blue-200: #CAD9F1;
--sky-blue-300: #A2BCE7;
--sky-blue-400: #7199DA;
--sky-blue-500: #497CD0;
--sky-blue-600: #2E61B2;
--sky-blue-700: #254D8E;
--sky-blue-800: #1A3765;
--sky-blue-900: #112341;
--sky-blue-950: #0A1629;
}