Sky Blue
#8BFDCE
GreenColor Codes
All color formats for development
HEX
#8BFDCERGB
rgb(139, 253, 206)HSL
hsl(155, 97%, 77%)OKLCH
oklch(0.914 0.125 165.1)CMYK
cmyk(45%, 0%, 19%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDBD
2#3EFCAD
3#17FB9C
4#04E889
5#03C172
6#029B5B
7#027444
8#014D2E
9#012717
Tints
Lighter variations
1#97FDD3
2#A3FED8
3#AEFEDD
4#BAFEE1
5#C5FEE6
6#D1FEEB
7#DCFEF0
8#E8FFF5
9#F3FFFA
Tones
Muted variations
1#91F8CD
2#97F2CC
3#9DECCB
4#A2E6CA
5#A8E1C9
6#AEDBC8
7#B3D5C7
8#B9D0C6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DCFEF0;
--sky-blue-200: #BEFEE3;
--sky-blue-300: #8BFDCE;
--sky-blue-400: #4FFCB4;
--sky-blue-500: #1DFC9F;
--sky-blue-600: #03DD82;
--sky-blue-700: #03B068;
--sky-blue-800: #027E4A;
--sky-blue-900: #01502F;
--sky-blue-950: #01321E;
}