Sky Blue
#8DFCCF
GreenColor Codes
All color formats for development
HEX
#8DFCCFRGB
rgb(141, 252, 207)HSL
hsl(156, 95%, 77%)OKLCH
oklch(0.912 0.121 165.6)CMYK
cmyk(44%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBC0
2#40FAB0
3#1AF9A0
4#06E68C
5#05BF75
6#04995D
7#037346
8#024D2F
9#012617
Tints
Lighter variations
1#98FCD4
2#A4FDD9
3#AFFDDE
4#BAFDE2
5#C6FEE7
6#D1FEEC
7#DDFEF1
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#92F6CE
2#98F1CD
3#9DEBCC
4#A3E6CB
5#A8E0CA
6#AEDBC9
7#B4D5C8
8#B9CFC7
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | 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: #DCFEF1;
--sky-blue-200: #BEFDE4;
--sky-blue-300: #8DFCCF;
--sky-blue-400: #51FBB7;
--sky-blue-500: #1FF9A2;
--sky-blue-600: #06DB86;
--sky-blue-700: #04AE6A;
--sky-blue-800: #037C4C;
--sky-blue-900: #025031;
--sky-blue-950: #01321E;
}