Sky Blue
#8BFEDD
GreenColor Codes
All color formats for development
HEX
#8BFEDDRGB
rgb(139, 254, 221)HSL
hsl(163, 98%, 77%)OKLCH
oklch(0.92 0.116 172.9)CMYK
cmyk(45%, 0%, 13%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDD2
2#3DFDC7
3#16FDBB
4#02E9A8
5#02C28C
6#029C70
7#017554
8#014E38
9#00271C
Tints
Lighter variations
1#96FEE1
2#A2FEE4
3#AEFEE7
4#B9FEEB
5#C5FEEE
6#D1FFF2
7#DCFFF5
8#E8FFF8
9#F3FFFC
Tones
Muted variations
1#91F8DB
2#96F2D8
3#9CEDD6
4#A2E7D3
5#A8E1D1
6#ADDBCE
7#B3D6CC
8#B9D0C9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFFF5;
--sky-blue-200: #BDFEEC;
--sky-blue-300: #8BFEDD;
--sky-blue-400: #4EFDCC;
--sky-blue-500: #1CFDBD;
--sky-blue-600: #02DEA0;
--sky-blue-700: #02B17F;
--sky-blue-800: #017E5B;
--sky-blue-900: #01513A;
--sky-blue-950: #013224;
}