Sky Blue
#A2C2E6
BlueColor Codes
All color formats for development
HEX
#A2C2E6RGB
rgb(162, 194, 230)HSL
hsl(212, 58%, 77%)OKLCH
oklch(0.803 0.062 251.6)CMYK
cmyk(30%, 16%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83AEDE
2#6499D6
3#4585CE
4#3171BA
5#295E9B
6#214C7C
7#19395D
8#10263E
9#08131F
Tints
Lighter variations
1#ACC8E9
2#B5CEEB
3#BED4EE
4#C7DAF0
5#D1E1F3
6#DAE7F5
7#E3EDF8
8#ECF3FA
9#F6F9FD
Tones
Muted variations
1#A6C2E3
2#A9C3E0
3#ADC3DC
4#B0C3D9
5#B3C3D5
6#B7C3D2
7#BAC4CF
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 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E6 | BordersInactive statesPlaceholder text |
| 400 | 72A2 #72A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A88 #4A88CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6C #2F6CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3D #1B3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | 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: #CBDDF1;
--sky-blue-300: #A2C2E6;
--sky-blue-400: #72A2DA;
--sky-blue-500: #4A88CF;
--sky-blue-600: #2F6CB1;
--sky-blue-700: #25568D;
--sky-blue-800: #1B3D65;
--sky-blue-900: #112740;
--sky-blue-950: #0B1928;
}