Sky Blue
#A2A5E6
BlueColor Codes
All color formats for development
HEX
#A2A5E6RGB
rgb(162, 165, 230)HSL
hsl(237, 58%, 77%)OKLCH
oklch(0.744 0.094 281.8)CMYK
cmyk(30%, 28%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8388DE
2#646AD6
3#454CCE
4#3138BA
5#292F9B
6#21267C
7#191C5D
8#10133E
9#08091F
Tints
Lighter variations
1#ACAFE9
2#B5B8EB
3#BEC1EE
4#C7C9F0
5#D1D2F3
6#DADBF5
7#E3E4F8
8#ECEDFA
9#F6F6FD
Tones
Muted variations
1#A6A9E3
2#A9ACE0
3#ADAFDC
4#B0B2D9
5#B3B5D5
6#B7B8D2
7#BABBCF
8#BEBECB
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E6 | BordersInactive statesPlaceholder text |
| 400 | 7277 #7277DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A50 #4A50CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F36 #2F36B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252B #252B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F3FC;
--sky-blue-100: #E3E4F8;
--sky-blue-200: #CBCDF1;
--sky-blue-300: #A2A6E6;
--sky-blue-400: #7277DA;
--sky-blue-500: #4A50CF;
--sky-blue-600: #2F36B1;
--sky-blue-700: #252B8D;
--sky-blue-800: #1B1E65;
--sky-blue-900: #111440;
--sky-blue-950: #0B0C28;
}