Sky Blue
#A2A9E6
BlueColor Codes
All color formats for development
HEX
#A2A9E6RGB
rgb(162, 169, 230)HSL
hsl(234, 58%, 77%)OKLCH
oklch(0.752 0.088 279)CMYK
cmyk(30%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838CDE
2#6470D6
3#4553CE
4#313FBA
5#29359B
6#212A7C
7#19205D
8#10153E
9#080B1F
Tints
Lighter variations
1#ACB2E9
2#B5BAEB
3#BEC3EE
4#C7CBF0
5#D1D4F3
6#DADDF5
7#E3E5F8
8#ECEEFA
9#F6F6FD
Tones
Muted variations
1#A6ACE3
2#A9AFE0
3#ADB1DC
4#B0B4D9
5#B3B7D5
6#B7B9D2
7#BABCCF
8#BEBFCB
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 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E6 | BordersInactive statesPlaceholder text |
| 400 | 727C #727CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A57 #4A57CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3C #2F3CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2530 #25308D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B22 #1B2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | 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: #CBCEF1;
--sky-blue-300: #A2A9E6;
--sky-blue-400: #727CDA;
--sky-blue-500: #4A57CF;
--sky-blue-600: #2F3CB1;
--sky-blue-700: #25308D;
--sky-blue-800: #1B2265;
--sky-blue-900: #111640;
--sky-blue-950: #0B0E28;
}