Sky Blue
#8DFCD5
GreenColor Codes
All color formats for development
HEX
#8DFCD5RGB
rgb(141, 252, 213)HSL
hsl(159, 95%, 77%)OKLCH
oklch(0.914 0.117 168.8)CMYK
cmyk(44%, 0%, 15%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBC7
2#40FAB9
3#1AF9AB
4#06E697
5#05BF7E
6#049965
7#03734C
8#024D32
9#012619
Tints
Lighter variations
1#98FCD9
2#A4FDDD
3#AFFDE2
4#BAFDE6
5#C6FEEA
6#D1FEEE
7#DDFEF2
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#92F6D3
2#98F1D2
3#9DEBD0
4#A3E6CE
5#A8E0CD
6#AEDBCB
7#B4D5C9
8#B9CFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD5 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBBF | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025034 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF2;
--sky-blue-200: #BEFDE7;
--sky-blue-300: #8DFCD5;
--sky-blue-400: #51FBBF;
--sky-blue-500: #1FF9AD;
--sky-blue-600: #06DB90;
--sky-blue-700: #04AE73;
--sky-blue-800: #037C52;
--sky-blue-900: #025034;
--sky-blue-950: #013221;
}