Sky Blue
#A1E8C8
GreenColor Codes
All color formats for development
HEX
#A1E8C8RGB
rgb(161, 232, 200)HSL
hsl(153, 61%, 77%)OKLCH
oklch(0.875 0.084 164.8)CMYK
cmyk(31%, 0%, 14%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0B5
2#61D9A3
3#42D191
4#2EBE7D
5#269E68
6#1F7E53
7#175F3E
8#0F3F2A
9#082015
Tints
Lighter variations
1#AAEACD
2#B3EDD3
3#BDEFD8
4#C6F1DE
5#D0F4E3
6#D9F6E9
7#E3F8EE
8#ECFAF4
9#F6FDF9
Tones
Muted variations
1#A4E5C8
2#A8E1C7
3#ABDDC7
4#AFDAC6
5#B2D6C6
6#B6D3C6
7#BACFC5
8#BDCCC5
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAB | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196744 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF8;
--sky-blue-100: #E2F8EE;
--sky-blue-200: #CAF2E0;
--sky-blue-300: #A1E8C8;
--sky-blue-400: #6FDCAB;
--sky-blue-500: #46D293;
--sky-blue-600: #2CB577;
--sky-blue-700: #23905F;
--sky-blue-800: #196744;
--sky-blue-900: #10422B;
--sky-blue-950: #0A291B;
}