Sky Blue
#A1E8D3
GreenColor Codes
All color formats for development
HEX
#A1E8D3RGB
rgb(161, 232, 211)HSL
hsl(162, 61%, 77%)OKLCH
oklch(0.878 0.077 174)CMYK
cmyk(31%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0C4
2#61D9B5
3#42D1A6
4#2EBE93
5#269E7A
6#1F7E62
7#175F49
8#0F3F31
9#082018
Tints
Lighter variations
1#AAEAD7
2#B3EDDC
3#BDEFE0
4#C6F1E4
5#D0F4E9
6#D9F6ED
7#E3F8F2
8#ECFAF6
9#F6FDFB
Tones
Muted variations
1#A4E5D1
2#A8E1D0
3#ABDDCE
4#AFDACD
5#B2D6CC
6#B6D3CA
7#BACFC9
8#BDCCC7
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #CAF2E6;
--sky-blue-300: #A1E8D3;
--sky-blue-400: #6FDCBC;
--sky-blue-500: #46D2A8;
--sky-blue-600: #2CB58C;
--sky-blue-700: #23906F;
--sky-blue-800: #19674F;
--sky-blue-900: #104233;
--sky-blue-950: #0A2920;
}