Sky Blue
#93F6D8
GreenColor Codes
All color formats for development
HEX
#93F6D8RGB
rgb(147, 246, 216)HSL
hsl(162, 85%, 77%)OKLCH
oklch(0.904 0.103 172.4)CMYK
cmyk(40%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3CB
2#4AF0BE
3#26EDB1
4#12DA9E
5#0FB684
6#0C9169
7#096D4F
8#064935
9#03241A
Tints
Lighter variations
1#9DF7DC
2#A8F8E0
3#B3F9E4
4#BEFAE8
5#C9FBEC
6#D4FBF0
7#DEFCF3
8#E9FDF7
9#F4FEFB
Tones
Muted variations
1#97F1D6
2#9CECD4
3#A1E7D2
4#A6E2D0
5#ABDDCE
6#B0D8CC
7#B5D3CA
8#BACEC8
9#BFC9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA578 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF3;
--sky-blue-200: #C2FAE9;
--sky-blue-300: #92F6D8;
--sky-blue-400: #5AF2C4;
--sky-blue-500: #2BEEB3;
--sky-blue-600: #11D096;
--sky-blue-700: #0DA578;
--sky-blue-800: #0A7655;
--sky-blue-900: #064B37;
--sky-blue-950: #042F22;
}