Sky Blue
#A2B9E6
BlueColor Codes
All color formats for development
HEX
#A2B9E6RGB
rgb(162, 185, 230)HSL
hsl(220, 58%, 77%)OKLCH
oklch(0.784 0.069 263.7)CMYK
cmyk(30%, 20%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A2DE
2#648AD6
3#4573CE
4#315FBA
5#294F9B
6#213F7C
7#19305D
8#10203E
9#08101F
Tints
Lighter variations
1#ACC0E9
2#B5C7EB
3#BECEEE
4#C7D5F0
5#D1DCF3
6#DAE3F5
7#E3EAF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A6BAE3
2#A9BBE0
3#ADBCDC
4#B0BED9
5#B3BFD5
6#B7C0D2
7#BAC1CF
8#BEC2CB
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E6 | BordersInactive statesPlaceholder text |
| 400 | 7294 #7294DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A76 #4A76CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5B #2F5BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B33 #1B3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3EAF8;
--sky-blue-200: #CBD7F1;
--sky-blue-300: #A2B9E6;
--sky-blue-400: #7294DA;
--sky-blue-500: #4A76CF;
--sky-blue-600: #2F5BB1;
--sky-blue-700: #25488D;
--sky-blue-800: #1B3365;
--sky-blue-900: #112140;
--sky-blue-950: #0B1528;
}