Sky Blue
#92F7D9
GreenColor Codes
All color formats for development
HEX
#92F7D9RGB
rgb(146, 247, 217)HSL
hsl(162, 86%, 77%)OKLCH
oklch(0.906 0.105 172.8)CMYK
cmyk(41%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4CC
2#49F1BF
3#24EFB2
4#10DB9E
5#0EB784
6#0B926A
7#086E4F
8#054935
9#03251A
Tints
Lighter variations
1#9DF8DC
2#A8F8E0
3#B3F9E4
4#BEFAE8
5#C8FBEC
6#D3FCF0
7#DEFDF3
8#E9FDF7
9#F4FEFB
Tones
Muted variations
1#97F2D7
2#9CEDD4
3#A1E8D2
4#A6E3D0
5#ABDECE
6#B0D9CC
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 | DEFD #DEFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7D9 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D197 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA678 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C37 | 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: #DEFDF3;
--sky-blue-200: #C1FAE9;
--sky-blue-300: #92F7D9;
--sky-blue-400: #59F3C4;
--sky-blue-500: #2AEFB4;
--sky-blue-600: #10D197;
--sky-blue-700: #0CA678;
--sky-blue-800: #097756;
--sky-blue-900: #064C37;
--sky-blue-950: #042F22;
}