Sky Blue
#8DFCD7
GreenColor Codes
All color formats for development
HEX
#8DFCD7RGB
rgb(141, 252, 215)HSL
hsl(160, 95%, 77%)OKLCH
oklch(0.914 0.116 170)CMYK
cmyk(44%, 0%, 15%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBCA
2#40FABC
3#1AF9AF
4#06E69B
5#05BF81
6#049967
7#03734E
8#024D34
9#01261A
Tints
Lighter variations
1#98FCDB
2#A4FDDF
3#AFFDE3
4#BAFDE7
5#C6FEEB
6#D1FEEF
7#DDFEF3
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#92F6D5
2#98F1D3
3#9DEBD1
4#A3E6CF
5#A8E0CE
6#AEDBCC
7#B4D5CA
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 #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD7 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF3;
--sky-blue-200: #BEFDE8;
--sky-blue-300: #8DFCD7;
--sky-blue-400: #51FBC2;
--sky-blue-500: #1FF9B1;
--sky-blue-600: #06DB94;
--sky-blue-700: #04AE76;
--sky-blue-800: #037C54;
--sky-blue-900: #025036;
--sky-blue-950: #013222;
}