Sky Blue
#8DFCCE
GreenColor Codes
All color formats for development
HEX
#8DFCCERGB
rgb(141, 252, 206)HSL
hsl(155, 95%, 77%)OKLCH
oklch(0.912 0.122 165.1)CMYK
cmyk(44%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBBD
2#40FAAD
3#1AF99C
4#06E688
5#05BF72
6#04995B
7#037344
8#024D2D
9#012617
Tints
Lighter variations
1#98FCD3
2#A4FDD8
3#AFFDDC
4#BAFDE1
5#C6FEE6
6#D1FEEB
7#DDFEF0
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#92F6CD
2#98F1CC
3#9DEBCB
4#A3E6CA
5#A8E0C9
6#AEDBC8
7#B4D5C7
8#B9CFC6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCE | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF99E | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DCFEF0;
--sky-blue-200: #BEFDE3;
--sky-blue-300: #8DFCCE;
--sky-blue-400: #51FBB4;
--sky-blue-500: #1FF99E;
--sky-blue-600: #06DB82;
--sky-blue-700: #04AE67;
--sky-blue-800: #037C4A;
--sky-blue-900: #02502F;
--sky-blue-950: #01321E;
}