Sky Blue
#8DFCD9
GreenColor Codes
All color formats for development
HEX
#8DFCD9RGB
rgb(141, 252, 217)HSL
hsl(161, 95%, 77%)OKLCH
oklch(0.915 0.114 171.2)CMYK
cmyk(44%, 0%, 14%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBCC
2#40FABF
3#1AF9B2
4#06E69F
5#05BF84
6#04996A
7#03734F
8#024D35
9#01261A
Tints
Lighter variations
1#98FCDD
2#A4FDE0
3#AFFDE4
4#BAFDE8
5#C6FEEC
6#D1FEF0
7#DDFEF4
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#92F6D7
2#98F1D5
3#9DEBD3
4#A3E6D1
5#A8E0CF
6#AEDBCD
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 #BEFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | 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: #BEFDE9;
--sky-blue-300: #8DFCD9;
--sky-blue-400: #51FBC5;
--sky-blue-500: #1FF9B4;
--sky-blue-600: #06DB97;
--sky-blue-700: #04AE78;
--sky-blue-800: #037C56;
--sky-blue-900: #025037;
--sky-blue-950: #013222;
}