Sky Blue
#A2C0E7
BlueColor Codes
All color formats for development
HEX
#A2C0E7RGB
rgb(162, 192, 231)HSL
hsl(214, 59%, 77%)OKLCH
oklch(0.799 0.064 255.1)CMYK
cmyk(30%, 17%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83ABDF
2#6395D7
3#4480CF
4#306DBB
5#285A9C
6#20487D
7#18365E
8#10243E
9#08121F
Tints
Lighter variations
1#ABC6E9
2#B4CCEC
3#BED3EE
4#C7D9F1
5#D0DFF3
6#DAE6F5
7#E3ECF8
8#ECF2FA
9#F6F9FD
Tones
Muted variations
1#A5C0E3
2#A9C1E0
3#ACC1DD
4#B0C2D9
5#B3C2D6
6#B7C3D2
7#BAC3CF
8#BDC3CB
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 | CADB #CADBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E7 | BordersInactive statesPlaceholder text |
| 400 | 719F #719FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4983 #4983D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E67 #2E67B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | 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: #CADBF1;
--sky-blue-300: #A2C0E7;
--sky-blue-400: #719FDA;
--sky-blue-500: #4983D0;
--sky-blue-600: #2E67B2;
--sky-blue-700: #25528E;
--sky-blue-800: #1A3B65;
--sky-blue-900: #112641;
--sky-blue-950: #0A1729;
}