Sky Blue
#8CFDD0
GreenColor Codes
All color formats for development
HEX
#8CFDD0RGB
rgb(140, 253, 208)HSL
hsl(156, 97%, 77%)OKLCH
oklch(0.915 0.122 165.9)CMYK
cmyk(45%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDC0
2#3EFCB0
3#17FBA0
4#04E88D
5#03C175
6#029B5E
7#027446
8#014D2F
9#012717
Tints
Lighter variations
1#97FDD4
2#A3FED9
3#AEFEDE
4#BAFEE3
5#C5FEE7
6#D1FEEC
7#DCFEF1
8#E8FFF6
9#F3FFFA
Tones
Muted variations
1#91F8CF
2#97F2CD
3#9DECCC
4#A2E6CB
5#A8E1CA
6#AEDBC9
7#B3D5C8
8#B9D0C7
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015031 | 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: #DCFEF1;
--sky-blue-200: #BEFEE4;
--sky-blue-300: #8BFDD0;
--sky-blue-400: #4FFCB7;
--sky-blue-500: #1DFCA3;
--sky-blue-600: #03DD86;
--sky-blue-700: #03B06B;
--sky-blue-800: #027E4C;
--sky-blue-900: #015031;
--sky-blue-950: #01321E;
}