Sky Blue
#8BFED2
GreenColor Codes
All color formats for development
HEX
#8BFED2RGB
rgb(139, 254, 210)HSL
hsl(157, 98%, 77%)OKLCH
oklch(0.917 0.123 166.8)CMYK
cmyk(45%, 0%, 17%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDC3
2#3DFDB3
3#16FDA4
4#02E991
5#02C279
6#029C60
7#017548
8#014E30
9#002718
Tints
Lighter variations
1#96FED6
2#A2FEDB
3#AEFEDF
4#B9FEE4
5#C5FEE8
6#D1FFED
7#DCFFF1
8#E8FFF6
9#F3FFFA
Tones
Muted variations
1#91F8D0
2#96F2CF
3#9CEDCE
4#A2E7CC
5#A8E1CB
6#ADDBCA
7#B3D6C8
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 #DCFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBA | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015132 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DCFFF1;
--sky-blue-200: #BDFEE5;
--sky-blue-300: #8BFED2;
--sky-blue-400: #4EFDBA;
--sky-blue-500: #1CFDA6;
--sky-blue-600: #02DE8A;
--sky-blue-700: #02B16E;
--sky-blue-800: #017E4E;
--sky-blue-900: #015132;
--sky-blue-950: #01321F;
}