Sky Blue
#92F6E2
CyanColor Codes
All color formats for development
HEX
#92F6E2RGB
rgb(146, 246, 226)HSL
hsl(168, 85%, 77%)OKLCH
oklch(0.906 0.099 179.7)CMYK
cmyk(41%, 0%, 8%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3D9
2#4AF0CF
3#26EDC5
4#12DAB2
5#0FB694
6#0C9177
7#096D59
8#06493B
9#03241E
Tints
Lighter variations
1#9DF7E5
2#A8F8E8
3#B3F9EB
4#BEFAEE
5#C9FBF1
6#D4FBF4
7#DEFCF6
8#E9FDF9
9#F4FEFC
Tones
Muted variations
1#97F1DF
2#9CECDC
3#A1E7D9
4#A6E2D6
5#ABDDD3
6#B0D8D0
7#B5D3CD
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 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF6;
--sky-blue-200: #C2FAEF;
--sky-blue-300: #92F6E2;
--sky-blue-400: #5AF2D3;
--sky-blue-500: #2BEEC7;
--sky-blue-600: #11D0A9;
--sky-blue-700: #0DA587;
--sky-blue-800: #0A7660;
--sky-blue-900: #064B3E;
--sky-blue-950: #042F27;
}