Sky Blue
#A2C0E6
BlueColor Codes
All color formats for development
HEX
#A2C0E6RGB
rgb(162, 192, 230)HSL
hsl(214, 58%, 77%)OKLCH
oklch(0.799 0.063 254.5)CMYK
cmyk(30%, 17%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83ABDE
2#6496D6
3#4580CE
4#316DBA
5#295B9B
6#21487C
7#19365D
8#10243E
9#08121F
Tints
Lighter variations
1#ACC6E9
2#B5CCEB
3#BED3EE
4#C7D9F0
5#D1DFF3
6#DAE6F5
7#E3ECF8
8#ECF2FA
9#F6F9FD
Tones
Muted variations
1#A6C0E3
2#A9C1E0
3#ADC1DC
4#B0C2D9
5#B3C2D5
6#B7C3D2
7#BAC3CF
8#BEC3CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF8;
--sky-blue-200: #CBDBF1;
--sky-blue-300: #A2C0E6;
--sky-blue-400: #729FDA;
--sky-blue-500: #4A83CF;
--sky-blue-600: #2F68B1;
--sky-blue-700: #25528D;
--sky-blue-800: #1B3B65;
--sky-blue-900: #112640;
--sky-blue-950: #0B1828;
}