Sky Blue
#8BFED9
GreenColor Codes
All color formats for development
HEX
#8BFED9RGB
rgb(139, 254, 217)HSL
hsl(161, 98%, 77%)OKLCH
oklch(0.919 0.118 170.6)CMYK
cmyk(45%, 0%, 15%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDCD
2#3DFDC0
3#16FDB4
4#02E9A0
5#02C285
6#029C6B
7#017550
8#014E35
9#00271B
Tints
Lighter variations
1#96FEDD
2#A2FEE1
3#AEFEE5
4#B9FEE8
5#C5FEEC
6#D1FFF0
7#DCFFF4
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#91F8D7
2#96F2D5
3#9CEDD3
4#A2E7D1
5#A8E1CF
6#ADDBCD
7#B3D6CB
8#B9D0C9
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | 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: #DCFFF4;
--sky-blue-200: #BDFEEA;
--sky-blue-300: #8BFED9;
--sky-blue-400: #4EFDC6;
--sky-blue-500: #1CFDB5;
--sky-blue-600: #02DE99;
--sky-blue-700: #02B179;
--sky-blue-800: #017E57;
--sky-blue-900: #015137;
--sky-blue-950: #013223;
}