Sky Blue
#8BFDDB
GreenColor Codes
All color formats for development
HEX
#8BFDDBRGB
rgb(139, 253, 219)HSL
hsl(162, 97%, 77%)OKLCH
oklch(0.917 0.116 172.2)CMYK
cmyk(45%, 0%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDCF
2#3EFCC3
3#17FBB7
4#04E8A4
5#03C188
6#029B6D
7#027452
8#014D37
9#01271B
Tints
Lighter variations
1#97FDDF
2#A3FEE2
3#AEFEE6
4#BAFEE9
5#C5FEED
6#D1FEF1
7#DCFEF4
8#E8FFF8
9#F3FFFB
Tones
Muted variations
1#91F8D9
2#97F2D7
3#9DECD4
4#A2E6D2
5#A8E1D0
6#AEDBCD
7#B3D5CB
8#B9D0C9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDB | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B07C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015039 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF4;
--sky-blue-200: #BEFEEB;
--sky-blue-300: #8BFDDB;
--sky-blue-400: #4FFCC8;
--sky-blue-500: #1DFCB9;
--sky-blue-600: #03DD9C;
--sky-blue-700: #03B07C;
--sky-blue-800: #027E58;
--sky-blue-900: #015039;
--sky-blue-950: #013223;
}