Sky Blue
#8BFED4
GreenColor Codes
All color formats for development
HEX
#8BFED4RGB
rgb(139, 254, 212)HSL
hsl(158, 98%, 77%)OKLCH
oklch(0.917 0.122 167.8)CMYK
cmyk(45%, 0%, 17%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDC5
2#3DFDB7
3#16FDA8
4#02E995
5#02C27C
6#029C63
7#01754A
8#014E32
9#002719
Tints
Lighter variations
1#96FED8
2#A2FEDC
3#AEFEE1
4#B9FEE5
5#C5FEE9
6#D1FFEE
7#DCFFF2
8#E8FFF6
9#F3FFFB
Tones
Muted variations
1#91F8D2
2#96F2D1
3#9CEDCF
4#A2E7CE
5#A8E1CC
6#ADDBCA
7#B3D6C9
8#B9D0C7
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015133 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DCFFF2;
--sky-blue-200: #BDFEE7;
--sky-blue-300: #8BFED4;
--sky-blue-400: #4EFDBD;
--sky-blue-500: #1CFDAA;
--sky-blue-600: #02DE8E;
--sky-blue-700: #02B171;
--sky-blue-800: #017E50;
--sky-blue-900: #015133;
--sky-blue-950: #013220;
}