Sky Blue
#A2C7E6
BlueColor Codes
All color formats for development
HEX
#A2C7E6RGB
rgb(162, 199, 230)HSL
hsl(207, 58%, 77%)OKLCH
oklch(0.813 0.059 243.9)CMYK
cmyk(30%, 13%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83B5DE
2#64A3D6
3#4590CE
4#317DBA
5#29689B
6#21537C
7#193E5D
8#102A3E
9#08151F
Tints
Lighter variations
1#ACCDE9
2#B5D3EB
3#BED8EE
4#C7DEF0
5#D1E3F3
6#DAE9F5
7#E3EEF8
8#ECF4FA
9#F6F9FD
Tones
Muted variations
1#A6C7E3
2#A9C7E0
3#ADC7DC
4#B0C6D9
5#B3C6D5
6#B7C6D2
7#BAC5CF
8#BEC5CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E6 | BordersInactive statesPlaceholder text |
| 400 | 72AB #72ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A93 #4A93CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F77 #2F77B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255E #255E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF8;
--sky-blue-200: #CBE0F1;
--sky-blue-300: #A2C8E6;
--sky-blue-400: #72ABDA;
--sky-blue-500: #4A93CF;
--sky-blue-600: #2F77B1;
--sky-blue-700: #255E8D;
--sky-blue-800: #1B4365;
--sky-blue-900: #112B40;
--sky-blue-950: #0B1B28;
}