Sky Blue
#A1E8D4
GreenColor Codes
All color formats for development
HEX
#A1E8D4RGB
rgb(161, 232, 212)HSL
hsl(163, 61%, 77%)OKLCH
oklch(0.878 0.076 175)CMYK
cmyk(31%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0C5
2#61D9B7
3#42D1A9
4#2EBE95
5#269E7C
6#1F7E63
7#175F4A
8#0F3F32
9#082019
Tints
Lighter variations
1#AAEAD8
2#B3EDDC
3#BDEFE1
4#C6F1E5
5#D0F4E9
6#D9F6EE
7#E3F8F2
8#ECFAF6
9#F6FDFB
Tones
Muted variations
1#A4E5D2
2#A8E1D1
3#ABDDCF
4#AFDACE
5#B2D6CC
6#B6D3CB
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 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | 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: #CAF2E7;
--sky-blue-300: #A1E8D4;
--sky-blue-400: #6FDCBD;
--sky-blue-500: #46D2AB;
--sky-blue-600: #2CB58E;
--sky-blue-700: #239071;
--sky-blue-800: #196751;
--sky-blue-900: #104234;
--sky-blue-950: #0A2920;
}