Sky Blue
#A2B7E6
BlueColor Codes
All color formats for development
HEX
#A2B7E6RGB
rgb(162, 183, 230)HSL
hsl(221, 58%, 77%)OKLCH
oklch(0.78 0.071 266)CMYK
cmyk(30%, 20%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A0DE
2#6488D6
3#4570CE
4#315DBA
5#294D9B
6#213E7C
7#192E5D
8#101F3E
9#080F1F
Tints
Lighter variations
1#ACBFE9
2#B5C6EB
3#BECDEE
4#C7D4F0
5#D1DBF3
6#DAE3F5
7#E3EAF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A6B9E3
2#A9BAE0
3#ADBCDC
4#B0BDD9
5#B3BED5
6#B7BFD2
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 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3E9F8;
--sky-blue-200: #CBD7F1;
--sky-blue-300: #A2B8E6;
--sky-blue-400: #7293DA;
--sky-blue-500: #4A74CF;
--sky-blue-600: #2F58B1;
--sky-blue-700: #25468D;
--sky-blue-800: #1B3265;
--sky-blue-900: #112040;
--sky-blue-950: #0B1428;
}