Sky Blue
#8DFCDB
GreenColor Codes
All color formats for development
HEX
#8DFCDBRGB
rgb(141, 252, 219)HSL
hsl(162, 95%, 77%)OKLCH
oklch(0.916 0.113 172.4)CMYK
cmyk(44%, 0%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBCE
2#40FAC2
3#1AF9B6
4#06E6A3
5#05BF87
6#04996C
7#037351
8#024D36
9#01261B
Tints
Lighter variations
1#98FCDE
2#A4FDE2
3#AFFDE6
4#BAFDE9
5#C6FEED
6#D1FEF0
7#DDFEF4
8#E8FEF8
9#F4FFFB
Tones
Muted variations
1#92F6D8
2#98F1D6
3#9DEBD4
4#A3E6D2
5#A8E0CF
6#AEDBCD
7#B4D5CB
8#B9CFC9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF4;
--sky-blue-200: #BEFDEA;
--sky-blue-300: #8DFCDB;
--sky-blue-400: #51FBC8;
--sky-blue-500: #1FF9B8;
--sky-blue-600: #06DB9B;
--sky-blue-700: #04AE7B;
--sky-blue-800: #037C58;
--sky-blue-900: #025038;
--sky-blue-950: #013223;
}