Sky Blue
#A1E8D0
GreenColor Codes
All color formats for development
HEX
#A1E8D0RGB
rgb(161, 232, 208)HSL
hsl(160, 61%, 77%)OKLCH
oklch(0.877 0.079 171.3)CMYK
cmyk(31%, 0%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0C1
2#61D9B1
3#42D1A1
4#2EBE8E
5#269E76
6#1F7E5F
7#175F47
8#0F3F2F
9#082018
Tints
Lighter variations
1#AAEAD5
2#B3EDDA
3#BDEFDE
4#C6F1E3
5#D0F4E8
6#D9F6EC
7#E3F8F1
8#ECFAF6
9#F6FDFA
Tones
Muted variations
1#A4E5CF
2#A8E1CE
3#ABDDCD
4#AFDACC
5#B2D6CA
6#B6D3C9
7#BACFC8
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 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F1;
--sky-blue-200: #CAF2E5;
--sky-blue-300: #A1E8D0;
--sky-blue-400: #6FDCB8;
--sky-blue-500: #46D2A4;
--sky-blue-600: #2CB587;
--sky-blue-700: #23906B;
--sky-blue-800: #19674D;
--sky-blue-900: #104231;
--sky-blue-950: #0A291F;
}