Sky Blue
#92F6E7
CyanColor Codes
All color formats for development
HEX
#92F6E7RGB
rgb(146, 246, 231)HSL
hsl(171, 85%, 77%)OKLCH
oklch(0.908 0.097 183.5)CMYK
cmyk(41%, 0%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3DF
2#4AF0D7
3#26EDCF
4#12DABC
5#0FB69D
6#0C917D
7#096D5E
8#06493F
9#03241F
Tints
Lighter variations
1#9DF7EA
2#A8F8EC
3#B3F9EE
4#BEFAF1
5#C9FBF3
6#D4FBF5
7#DEFCF8
8#E9FDFA
9#F4FEFD
Tones
Muted variations
1#97F1E4
2#9CECE0
3#A1E7DD
4#A6E2D9
5#ABDDD6
6#B0D8D2
7#B5D3CF
8#BACECB
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF8;
--sky-blue-200: #C2FAF2;
--sky-blue-300: #92F6E7;
--sky-blue-400: #5AF2DB;
--sky-blue-500: #2BEED1;
--sky-blue-600: #11D0B3;
--sky-blue-700: #0DA58E;
--sky-blue-800: #0A7666;
--sky-blue-900: #064B41;
--sky-blue-950: #042F29;
}