Sky Blue
#A2C1E6
BlueColor Codes
All color formats for development
HEX
#A2C1E6RGB
rgb(162, 193, 230)HSL
hsl(213, 58%, 77%)OKLCH
oklch(0.801 0.063 253.1)CMYK
cmyk(30%, 16%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83ACDE
2#6497D6
3#4583CE
4#316FBA
5#295C9B
6#214A7C
7#19375D
8#10253E
9#08121F
Tints
Lighter variations
1#ACC7E9
2#B5CDEB
3#BED4EE
4#C7DAF0
5#D1E0F3
6#DAE6F5
7#E3ECF8
8#ECF3FA
9#F6F9FD
Tones
Muted variations
1#A6C1E3
2#A9C2E0
3#ADC2DC
4#B0C2D9
5#B3C3D5
6#B7C3D2
7#BAC3CF
8#BEC4CB
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 | CBDC #CBDCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E6 | BordersInactive statesPlaceholder text |
| 400 | 72A1 #72A1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A86 #4A86CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6A #2F6AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3C #1B3C65 | 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: #CBDCF1;
--sky-blue-300: #A2C1E6;
--sky-blue-400: #72A1DA;
--sky-blue-500: #4A86CF;
--sky-blue-600: #2F6AB1;
--sky-blue-700: #25548D;
--sky-blue-800: #1B3C65;
--sky-blue-900: #112640;
--sky-blue-950: #0B1828;
}