Sky Blue
#92F6D5
GreenColor Codes
All color formats for development
HEX
#92F6D5RGB
rgb(146, 246, 213)HSL
hsl(160, 85%, 77%)OKLCH
oklch(0.903 0.106 170.6)CMYK
cmyk(41%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3C7
2#4AF0B9
3#26EDAB
4#12DA97
5#0FB67E
6#0C9165
7#096D4C
8#064932
9#032419
Tints
Lighter variations
1#9DF7D9
2#A8F8DD
3#B3F9E2
4#BEFAE6
5#C9FBEA
6#D4FBEE
7#DEFCF2
8#E9FDF7
9#F4FEFB
Tones
Muted variations
1#97F1D3
2#9CECD2
3#A1E7D0
4#A6E2CE
5#ABDDCD
6#B0D8CB
7#B5D3C9
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 #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF2;
--sky-blue-200: #C2FAE7;
--sky-blue-300: #92F6D5;
--sky-blue-400: #5AF2BF;
--sky-blue-500: #2BEEAD;
--sky-blue-600: #11D090;
--sky-blue-700: #0DA573;
--sky-blue-800: #0A7652;
--sky-blue-900: #064B34;
--sky-blue-950: #042F21;
}