Sky Blue
#8BFED6
GreenColor Codes
All color formats for development
HEX
#8BFED6RGB
rgb(139, 254, 214)HSL
hsl(159, 98%, 77%)OKLCH
oklch(0.918 0.12 168.9)CMYK
cmyk(45%, 0%, 16%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDC8
2#3DFDBA
3#16FDAC
4#02E998
5#02C27F
6#029C66
7#01754C
8#014E33
9#002719
Tints
Lighter variations
1#96FEDA
2#A2FEDE
3#AEFEE2
4#B9FEE6
5#C5FEEA
6#D1FFEE
7#DCFFF3
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#91F8D4
2#96F2D2
3#9CEDD0
4#A2E7CF
5#A8E1CD
6#ADDBCB
7#B3D6CA
8#B9D0C8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFFF2;
--sky-blue-200: #BDFEE8;
--sky-blue-300: #8BFED6;
--sky-blue-400: #4EFDC0;
--sky-blue-500: #1CFDAE;
--sky-blue-600: #02DE91;
--sky-blue-700: #02B173;
--sky-blue-800: #017E52;
--sky-blue-900: #015135;
--sky-blue-950: #013221;
}