Sky Blue
#93F6D1
GreenColor Codes
All color formats for development
HEX
#93F6D1RGB
rgb(147, 246, 209)HSL
hsl(158, 85%, 77%)OKLCH
oklch(0.902 0.108 168)CMYK
cmyk(40%, 0%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3C2
2#4AF0B3
3#26EDA4
4#12DA91
5#0FB678
6#0C9160
7#096D48
8#064930
9#032418
Tints
Lighter variations
1#9DF7D6
2#A8F8DB
3#B3F9DF
4#BEFAE4
5#C9FBE8
6#D4FBED
7#DEFCF1
8#E9FDF6
9#F4FEFA
Tones
Muted variations
1#97F1D0
2#9CECCF
3#A1E7CE
4#A6E2CC
5#ABDDCB
6#B0D8CA
7#B5D3C8
8#BACEC7
9#BFC9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA56D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DEFCF1;
--sky-blue-200: #C2FAE5;
--sky-blue-300: #92F6D2;
--sky-blue-400: #5AF2BA;
--sky-blue-500: #2BEEA6;
--sky-blue-600: #11D08A;
--sky-blue-700: #0DA56D;
--sky-blue-800: #0A764E;
--sky-blue-900: #064B32;
--sky-blue-950: #042F1F;
}