Sky Blue
#92F6D3
GreenColor Codes
All color formats for development
HEX
#92F6D3RGB
rgb(146, 246, 211)HSL
hsl(159, 85%, 77%)OKLCH
oklch(0.902 0.107 169.4)CMYK
cmyk(41%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3C5
2#4AF0B6
3#26EDA7
4#12DA94
5#0FB67B
6#0C9163
7#096D4A
8#064931
9#032419
Tints
Lighter variations
1#9DF7D8
2#A8F8DC
3#B3F9E0
4#BEFAE5
5#C9FBE9
6#D4FBEE
7#DEFCF2
8#E9FDF6
9#F4FEFB
Tones
Muted variations
1#97F1D2
2#9CECD0
3#A1E7CF
4#A6E2CD
5#ABDDCC
6#B0D8CA
7#B5D3C9
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 #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D3 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DEFCF2;
--sky-blue-200: #C2FAE6;
--sky-blue-300: #92F6D3;
--sky-blue-400: #5AF2BD;
--sky-blue-500: #2BEEAA;
--sky-blue-600: #11D08D;
--sky-blue-700: #0DA570;
--sky-blue-800: #0A7650;
--sky-blue-900: #064B33;
--sky-blue-950: #042F20;
}