Sky Blue
#92F7DF
CyanColor Codes
All color formats for development
HEX
#92F7DFRGB
rgb(146, 247, 223)HSL
hsl(166, 86%, 77%)OKLCH
oklch(0.908 0.101 176.9)CMYK
cmyk(41%, 0%, 10%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4D5
2#49F1CA
3#24EFBF
4#10DBAC
5#0EB78F
6#0B9273
7#086E56
8#054939
9#03251D
Tints
Lighter variations
1#9DF8E2
2#A8F8E6
3#B3F9E9
4#BEFAEC
5#C8FBEF
6#D3FCF2
7#DEFDF5
8#E9FDF9
9#F4FEFC
Tones
Muted variations
1#97F2DD
2#9CEDDA
3#A1E8D7
4#A6E3D4
5#ABDED2
6#B0D9CF
7#B5D3CC
8#BACECA
9#BFC9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7DF | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFDF5;
--sky-blue-200: #C1FAED;
--sky-blue-300: #92F7DF;
--sky-blue-400: #59F3CF;
--sky-blue-500: #2AEFC1;
--sky-blue-600: #10D1A4;
--sky-blue-700: #0CA682;
--sky-blue-800: #09775D;
--sky-blue-900: #064C3C;
--sky-blue-950: #042F25;
}