Sky Blue
#8BFED8
GreenColor Codes
All color formats for development
HEX
#8BFED8RGB
rgb(139, 254, 216)HSL
hsl(160, 98%, 77%)OKLCH
oklch(0.918 0.119 170)CMYK
cmyk(45%, 0%, 15%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDCA
2#3DFDBD
3#16FDB0
4#02E99C
5#02C282
6#029C68
7#01754E
8#014E34
9#00271A
Tints
Lighter variations
1#96FEDB
2#A2FEDF
3#AEFEE3
4#B9FEE7
5#C5FEEB
6#D1FFEF
7#DCFFF3
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#91F8D6
2#96F2D4
3#9CEDD2
4#A2E7D0
5#A8E1CE
6#ADDBCC
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 #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFFF3;
--sky-blue-200: #BDFEE9;
--sky-blue-300: #8BFED8;
--sky-blue-400: #4EFDC3;
--sky-blue-500: #1CFDB2;
--sky-blue-600: #02DE95;
--sky-blue-700: #02B176;
--sky-blue-800: #017E55;
--sky-blue-900: #015136;
--sky-blue-950: #013222;
}