Sky Blue
#92F6E9
CyanColor Codes
All color formats for development
HEX
#92F6E9RGB
rgb(146, 246, 233)HSL
hsl(172, 85%, 77%)OKLCH
oklch(0.908 0.096 185)CMYK
cmyk(41%, 0%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3E2
2#4AF0DA
3#26EDD3
4#12DABF
5#0FB69F
6#0C917F
7#096D60
8#064940
9#032420
Tints
Lighter variations
1#9DF7EB
2#A8F8ED
3#B3F9F0
4#BEFAF2
5#C9FBF4
6#D4FBF6
7#DEFCF8
8#E9FDFB
9#F4FEFD
Tones
Muted variations
1#97F1E5
2#9CECE2
3#A1E7DE
4#A6E2DA
5#ABDDD7
6#B0D8D3
7#B5D3CF
8#BACECC
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 #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B42 | 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: #C2FAF3;
--sky-blue-300: #92F6E9;
--sky-blue-400: #5AF2DD;
--sky-blue-500: #2BEED4;
--sky-blue-600: #11D0B6;
--sky-blue-700: #0DA591;
--sky-blue-800: #0A7667;
--sky-blue-900: #064B42;
--sky-blue-950: #042F29;
}