Sky Blue
#8BFDD5
GreenColor Codes
All color formats for development
HEX
#8BFDD5RGB
rgb(139, 253, 213)HSL
hsl(159, 97%, 77%)OKLCH
oklch(0.915 0.12 168.7)CMYK
cmyk(45%, 0%, 16%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDC7
2#3EFCBA
3#17FBAC
4#04E898
5#03C17F
6#029B65
7#02744C
8#014D33
9#012719
Tints
Lighter variations
1#97FDDA
2#A3FEDE
3#AEFEE2
4#BAFEE6
5#C5FEEA
6#D1FEEE
7#DCFEF3
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#91F8D4
2#97F2D2
3#9DECD0
4#A2E6CF
5#A8E1CD
6#AEDBCB
7#B3D5C9
8#B9D0C8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF2;
--sky-blue-200: #BEFEE7;
--sky-blue-300: #8BFDD5;
--sky-blue-400: #4FFCC0;
--sky-blue-500: #1DFCAE;
--sky-blue-600: #03DD91;
--sky-blue-700: #03B073;
--sky-blue-800: #027E52;
--sky-blue-900: #015035;
--sky-blue-950: #013221;
}