Sky Blue
#92F6DA
GreenColor Codes
All color formats for development
HEX
#92F6DARGB
rgb(146, 246, 218)HSL
hsl(163, 85%, 77%)OKLCH
oklch(0.904 0.103 173.9)CMYK
cmyk(41%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3CE
2#4AF0C1
3#26EDB5
4#12DAA1
5#0FB686
6#0C916B
7#096D51
8#064936
9#03241B
Tints
Lighter variations
1#9DF7DE
2#A8F8E1
3#B3F9E5
4#BEFAE9
5#C9FBEC
6#D4FBF0
7#DEFCF4
8#E9FDF8
9#F4FEFB
Tones
Muted variations
1#97F1D8
2#9CECD6
3#A1E7D3
4#A6E2D1
5#ABDDCF
6#B0D8CD
7#B5D3CB
8#BACEC9
9#BFC9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DA | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D09A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF4;
--sky-blue-200: #C2FAEA;
--sky-blue-300: #92F6DA;
--sky-blue-400: #5AF2C7;
--sky-blue-500: #2BEEB7;
--sky-blue-600: #11D09A;
--sky-blue-700: #0DA57A;
--sky-blue-800: #0A7657;
--sky-blue-900: #064B38;
--sky-blue-950: #042F23;
}