Sky Blue
#50FBD6
CyanColor Codes
All color formats for development
HEX
#50FBD6RGB
rgb(80, 251, 214)HSL
hsl(167, 96%, 65%)OKLCH
oklch(0.892 0.148 175.1)CMYK
cmyk(68%, 0%, 15%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBCF
2#0FFAC7
3#05E3B3
4#04C39A
5#03A280
6#038266
7#02614D
8#014133
9#01201A
Tints
Lighter variations
1#62FCDA
2#73FCDE
3#85FDE3
4#96FDE7
5#A8FDEB
6#B9FEEF
7#CBFEF3
8#DCFEF7
9#EEFFFB
Tones
Muted variations
1#59F3D1
2#61EACD
3#6AE2C8
4#72D9C3
5#7BD1BE
6#83C8B9
7#8CBFB4
8#95B7AF
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE4 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF7;
--sky-blue-200: #BEFEF0;
--sky-blue-300: #8CFDE4;
--sky-blue-400: #50FBD6;
--sky-blue-500: #1EFACB;
--sky-blue-600: #04DCAD;
--sky-blue-700: #04AF8A;
--sky-blue-800: #037D62;
--sky-blue-900: #02503F;
--sky-blue-950: #013227;
}