Sky Blue
#A1E8C9
GreenColor Codes
All color formats for development
HEX
#A1E8C9RGB
rgb(161, 232, 201)HSL
hsl(154, 61%, 77%)OKLCH
oklch(0.875 0.083 165.5)CMYK
cmyk(31%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0B7
2#61D9A5
3#42D193
4#2EBE7F
5#269E6A
6#1F7E55
7#175F40
8#0F3F2A
9#082015
Tints
Lighter variations
1#AAEACF
2#B3EDD4
3#BDEFD9
4#C6F1DF
5#D0F4E4
6#D9F6E9
7#E3F8EF
8#ECFAF4
9#F6FDFA
Tones
Muted variations
1#A4E5C9
2#A8E1C8
3#ABDDC8
4#AFDAC7
5#B2D6C7
6#B6D3C6
7#BACFC6
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 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF8;
--sky-blue-100: #E2F8EF;
--sky-blue-200: #CAF2E1;
--sky-blue-300: #A1E8C9;
--sky-blue-400: #6FDCAD;
--sky-blue-500: #46D296;
--sky-blue-600: #2CB579;
--sky-blue-700: #239061;
--sky-blue-800: #196745;
--sky-blue-900: #10422C;
--sky-blue-950: #0A291C;
}