Sky Blue
#92F6F0
CyanColor Codes
All color formats for development
HEX
#92F6F0RGB
rgb(146, 246, 240)HSL
hsl(176, 85%, 77%)OKLCH
oklch(0.91 0.095 190.7)CMYK
cmyk(41%, 0%, 2%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3EA
2#4AF0E5
3#26EDE0
4#12DACD
5#0FB6AA
6#0C9188
7#096D66
8#064944
9#032422
Tints
Lighter variations
1#9DF7F1
2#A8F8F3
3#B3F9F4
4#BEFAF6
5#C9FBF7
6#D4FBF9
7#DEFCFA
8#E9FDFC
9#F4FEFD
Tones
Muted variations
1#97F1EB
2#9CECE7
3#A1E7E3
4#A6E2DE
5#ABDDDA
6#B0D8D6
7#B5D3D1
8#BACECD
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFCFA;
--sky-blue-200: #C2FAF6;
--sky-blue-300: #92F6F0;
--sky-blue-400: #5AF2E7;
--sky-blue-500: #2BEEE1;
--sky-blue-600: #11D0C3;
--sky-blue-700: #0DA59B;
--sky-blue-800: #0A766F;
--sky-blue-900: #064B47;
--sky-blue-950: #042F2C;
}