Sky Blue
#A2A9E7
BlueColor Codes
All color formats for development
HEX
#A2A9E7RGB
rgb(162, 169, 231)HSL
hsl(234, 59%, 77%)OKLCH
oklch(0.752 0.089 279)CMYK
cmyk(30%, 27%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838CDF
2#636FD7
3#4452CF
4#303EBB
5#28349C
6#20297D
7#181F5E
8#10153E
9#080A1F
Tints
Lighter variations
1#ABB1E9
2#B4BAEC
3#BEC3EE
4#C7CBF1
5#D0D4F3
6#DADCF5
7#E3E5F8
8#ECEEFA
9#F6F6FD
Tones
Muted variations
1#A5ABE3
2#A9AEE0
3#ACB1DD
4#B0B4D9
5#B3B7D6
6#B7B9D2
7#BABCCF
8#BDBFCB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E7 | BordersInactive statesPlaceholder text |
| 400 | 717C #717CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4956 #4956D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E3B #2E3BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252F #252F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E5F8;
--sky-blue-200: #CACEF1;
--sky-blue-300: #A2A9E7;
--sky-blue-400: #717CDA;
--sky-blue-500: #4956D0;
--sky-blue-600: #2E3BB2;
--sky-blue-700: #252F8E;
--sky-blue-800: #1A2265;
--sky-blue-900: #111641;
--sky-blue-950: #0A0D29;
}