Sky Blue
#A1E8D5
GreenColor Codes
All color formats for development
HEX
#A1E8D5RGB
rgb(161, 232, 213)HSL
hsl(164, 61%, 77%)OKLCH
oklch(0.879 0.076 175.9)CMYK
cmyk(31%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0C7
2#61D9B9
3#42D1AB
4#2EBE97
5#269E7E
6#1F7E65
7#175F4C
8#0F3F32
9#082019
Tints
Lighter variations
1#AAEAD9
2#B3EDDD
3#BDEFE2
4#C6F1E6
5#D0F4EA
6#D9F6EE
7#E3F8F2
8#ECFAF7
9#F6FDFB
Tones
Muted variations
1#A4E5D3
2#A8E1D2
3#ABDDD0
4#AFDACE
5#B2D6CD
6#B6D3CB
7#BACFC9
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #CAF2E7;
--sky-blue-300: #A1E8D5;
--sky-blue-400: #6FDCBF;
--sky-blue-500: #46D2AD;
--sky-blue-600: #2CB590;
--sky-blue-700: #239073;
--sky-blue-800: #196752;
--sky-blue-900: #104234;
--sky-blue-950: #0A2921;
}